|
From: Comunian A. <ale...@un...> - 2007-01-12 16:46:03
|
Dear all, I have tried to install SGeMS1.4.1 on a Linux Suse9.3 machine (dell precisi= on=20 670). At "make" the procedure gives an error... it seems that it does not=20 find the python library "libpython2.4.so.1.0" which is in the directory=20 "/usr/lib". Here my ".qmake.cache" file: [...] GSTLHOME =3D /usr/local/GsTL GSTLAPPLI_HOME =3D =A0/usr/local/SGeMS-1.4.1 INVENTOR_LIB =3D /usr/local/lib INVENTOR_INCLUDE =3D /usr/local/include PYTHON_LIB =3D /usr/local/lib/python2.4 PYTHON_INCLUDE =3D /usr/local/include/python2.4 PYTHON_SO =3D python2.4 [...] There is probably something wrong in my Python installation... Here the error message: /usr/local/SGeMS-1.4.1 # make cd GsTLAppli && make -f Makefile make[1]: Entering directory `/usr/local/SGeMS-1.4.1/GsTLAppli' qmake -o Makefile GsTLAppli.pro make[1]: Leaving directory `/usr/local/SGeMS-1.4.1/GsTLAppli' make[1]: Entering directory `/usr/local/SGeMS-1.4.1/GsTLAppli' [...] make[2]: Entering directory `/usr/local/SGeMS-1.4.1/GsTLAppli/appli' make[2]: Nothing to be done for `first'. make[2]: Leaving directory `/usr/local/SGeMS-1.4.1/GsTLAppli/appli' cd math && make -f Makefile [...] rm -f libGsTLAppli_actions.so.1.0.0 libGsTLAppli_actions.so=20 libGsTLAppli_actions.so.1 libGsTLAppli_actions.so.1.0 g++ -shared -Wl,-soname,libGsTLAppli_actions.so.1 -o=20 libGsTLAppli_actions.so.1.0.0 ../../lib/linux/obj/actions/algorithms_action= s.o ../../lib/linux/obj/actions/library_actions_init.o ../../lib/linux/obj/= actions/misc_actions.o ../../lib/linux/obj/actions/obj_manag_actions.o ../.= =2E/lib/linux/obj/actions/python_commands.o ../../lib/linux/obj/actions/pyt= hon_wrapper.o =A0=20 =2DL/usr/lib/ -L/usr/lib/qt3/lib/ -L/usr/local/SGeMS-1.4.1/lib/linux -L/usr= /lib=20 =2Dlpython2.4 -lqt-mt -lpthread /usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld:= =20 cannot find -lpython2.4 collect2: ld returned 1 exit status make[2]: *** [../../lib/linux/libGsTLAppli_actions.so.1.0.0] Error 1 make[2]: Leaving directory `/usr/local/SGeMS-1.4.1/GsTLAppli/actions' make[1]: *** [sub-actions] Error 2 make[1]: Leaving directory `/usr/local/SGeMS-1.4.1/GsTLAppli' make: *** [sub-GsTLAppli] Error 2 Could you please provide me some hints to solve this problem? Thank you in= =20 advance! Best regards, Alessandro Comunian |