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
