Hi, I'm following the procedures highlighted in "INSTALL", which is "configure" followed by "make". I'd originally tried "./configure" which left out the GLUT libs, then I did as you suggested, but got the following errors: "/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libGLU.so when searching for -lGLU /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libGLU.a when searching for -lGLU /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXmu.so when searching for -lXmu /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXmu.a when searching for -lXmu /usr/bin/ld: cannot find -lXmu" I'm now a little confused as to why there should be 32/64-bit incompatibility with the system libs(which should be 64-bit)
Regards. ________________________________________ From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Gerrit Voss [EMAIL PROTECTED] Sent: Wednesday, August 13, 2008 1:25 PM To: [email protected] Subject: Re: [Opensg-users] HELP - makefile for tutorial samples doesn't work! Hi, On Wed, 2008-08-13 at 12:16 +0800, Eng Yuit Fun, Melvin wrote: > Hi again, > > I'd decided to do a 64-bit build of OpenSG and discovered that the > "libOSGBase.so", "libOSGSystem.so", "libOSGWindowX.so" libs were bulit > alright...but "libOSGWindowGLUT.so" was not built. > So how do I get it to be built? which build system are you using ? E.g. configure; make or scons ? if configure could you send your configure line, it should look something like ./configure --prefix=/share/apps/Viz/OpenSG --enable-glut --enable-jpg --enable-png --enable-tif --enable-gif --enable-text --enable-compiler-path --enable-pthread-elf-tls --enable-opt-drawtree --with-libarch=64 --enable-imf --enable-mng --with-add-incdir=/usr/include/OpenEXR glut must be explicitly enabled (--enable-glut) as must the image libs. kind regards, gerrit ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users IHPC has moved to Fusionopolis with effect from 21st July 2008. There is no change to our email or telephone numbers. Our new address is : Institute of High Performance Computing, 1 Fusionopolis Way, #16-16 Connexis, Singapore 138632 This email is confidential and may be privileged. If you are not the intended recipient, please delete it and notify us immediately. Please do not copy or use it for any purpose, or disclose its contents to any other person. Thank you. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
