Hi John, The bug is probably in Make/Platforms/makedefs.linux64_gcc at line 72:
X11_LIBS = -L/usr/X11R6/lib -lX11 -lXmu Could you change this to X11_LIBS = -L/usr/X11R6/lib64 -lX11 -lXmu (or the appropriate path to the 64 bit X11 libraries) and give it a try? If this works I'll check in the fix. Thanks, -don On 12/14/06, Whitfield, John M. (SED/TMI) < [EMAIL PROTECTED]> wrote:
64 bit red hat -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Don Burns Sent: Thursday, December 14, 2006 1:09 PM To: osg users Subject: Re: [osg-users] CVS build error Is this a 64 bit build perhaps? On 12/14/06, Whitfield, John M. (SED/TMI) <[EMAIL PROTECTED] > wrote: Hello, When I try to build the producer out of cvs on red hat linux it gives me some compiler errors. /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.so searching for -lX11 /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.a searching for -lX11 /usr/bin/ld: cannot find -lX11 Then errors out of the compile. Anyone ever have this problem or know why it might be caused? Thanks, -John _______________________________________________ osg-users mailing list [email protected] <mailto:[email protected]> http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
