On Tue, 19 Sep 2000, Tilman Utz wrote:
trying the ./configure command again, these errormessages disappear... After executing about half an hour of the Makefile, make stops editing a bunch of errors like: ../src/.libs/libcln.a(cl_F_extendsqrtx.o)(.text+0x611):cl_F_extendsqrtx.cc: unde fined reference to `_GLOBAL_$D$cl_module__cl_ieee__firstglobalfun' ../src/.libs/libcln.a(cl_LF_scale_I.o)(.text+0x532):cl_LF_scale_I.cc: undefined reference to `_GLOBAL_$I$cl_module__cl_ieee__firstglobalfun' ../src/.libs/libcln.a(cl_LF_scale_I.o)(.text+0x539):cl_LF_scale_I.cc: undefined reference to `_GLOBAL_$D$cl_module__cl_ieee__firstglobalfun' ../src/.libs/libcln.a(cl_F_floor22.o)(.text+0x4a6):cl_F_floor22.cc: undefined re ference to `_GLOBAL_$I$cl_module__cl_ieee__firstglobalfun' These occur while the Linker (ld is a linker, isn't it?) is working
Just a guess: have you switched off all optimizations? You should compile it at least with -O (equivalent to -O1).
Within Linux I'm slightly better off. Although I get the config.log errors like above, too, making, checking and installing cln and Ginac works without obvious errors. The GiNaC tests are passed, too, compiling the example program from the GiNaC documentation, works too, but executing the file results in the error that lbginac.0.6.so.3 is not found (although it's in /usr/local/lib).
Well, just export LD_LIBRARY_PATH to point to /usr/local/lib. Sorry, I can't help with the window$-related questions. Regards -richy. -- Richard Kreckel <Richard.Kreckel@Uni-Mainz.DE> <http://wwwthep.physik.uni-mainz.de/~kreckel/> - To UNSUBSCRIBE, email to ginac-list@ginac.de with a subject of "unsubscribe".