Hi, On Wed, 2008-08-13 at 15:56 +0800, Eng Yuit Fun, Melvin wrote: > 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)
the system libs are split /usr/.../lib is for 32 bit and /usr/.../lib64 is for the 64 bit. So the messages are ok as the linker tries to pull the libs from the 32 bit directory (/usr/X11R6/lib). The question is why, as /usr/X11R6/lib is not one of the default locations the compiler would look into so it must come through the command line. Could you send me the output of the configure run (including the parameters used). And the file that is listed the following way: ll Common/common.*.mk 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
