From: Eugene K. <ek...@sl...> - 2003-06-16 23:06:49
|
Just wanted document my successful installation of aglib-1.1 on Solaris, for reference by future Solaris and agtk users : OS (uname -a): SunOS sunfire-01 5.9 Generic_112233-05 sun4u sparc SUNW,Sun-Fire-280R compiler (gcc --version) : gcc (GCC) 3.2.2 Xerces 1.7.0 configured with : sh runConfigure -psolaris -cgcc -xg++ -P/usr/local make && make install aglib-1.1 configured with : ./configure --with-xercesc-lib=/usr/local/xerces-c-1_7_0/lib --with-xercesc-include=/usr/local/xerces-c-1_7_0/include/xercesc/ --enable-aif --enable-ag_python make && make install after this, agapps-1.1/python/TableTrans.py should work. -Eugene |