pbowmar Posted June 2, 2005 Share Posted June 2, 2005 Hi, So, I"m trying to compile a custom command on Suse 9.1. The code is correct, it compiles fine on my machine at work (RH 7.3) but at home on Suse I get: /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: cannot find -lGLU collect2: ld returned 1 exit status I assume I'm missing a library... or something? Anyone run into this before? Cheers, Peter B Quote Link to comment Share on other sites More sharing options...
George Posted June 3, 2005 Share Posted June 3, 2005 /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: cannot find -lGLUcollect2: ld returned 1 exit status Looks like you're missing libGLU.so -- try installing the package: xorg-x11-Mesa. (see http://www.novell.com/products/linuxpackag...-x11-mesa.html) And the corresponding development library if needed. Note though if you're using specific vendor drivers (e.g. nVidia), you may not want to install mesa, and use GLU that comes with those drivers. (GLU, by the way is a library of a fairly standard set of OpenGL utilities). Take care, George. Quote Link to comment Share on other sites More sharing options...
pbowmar Posted June 4, 2005 Author Share Posted June 4, 2005 That's it, thanks! The MesaGLU Development wasn't installed... Cheers, Peter B Looks like you're missing libGLU.so -- try installing the package: xorg-x11-Mesa. (see http://www.novell.com/products/linuxpackag...-x11-mesa.html)And the corresponding development library if needed. Note though if you're using specific vendor drivers (e.g. nVidia), you may not want to install mesa, and use GLU that comes with those drivers. (GLU, by the way is a library of a fairly standard set of OpenGL utilities). Take care, George. 18543[/snapback] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.