> I tried to compile yade on another computer after installing all required > packages (I tried my best). I have attached the log. Basically, I am still > having problem with freeglut. Below is what jumps out at me: > > /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../x86_64-suse-linux/bin/ld: > skipping incompatible /usr/lib/libglut.so when searching for -lglut > > Can someone shed some light on this compatibility issue? > > I have also attached my config.log. > > Thanks! > > Pei-Ying > >
/usr/lib/libglut.so is 32 bit library probably, but you need 64 bit version of it: freeglut-090301-3.1.x86_64 freeglut-devel-090301-3.1.x86_64 Also you need to add "/usr/lib64" to LIBPATH in scons.profile-*: LIBPATH = '/usr/lib64:/usr/lib64/qt3/lib64' If it don't help, please, attach to next mail you scons.profile-*; output of "rpm -qa | grep glut" and "rpm -qf /usr/lib/libglut.so". S. -- Best regards, Sergei D. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

