Jump to content

Can't Compile On Suse 9.1


Recommended Posts

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

Link to comment
Share on other sites

/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: cannot find -lGLU

collect2: 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.

Link to comment
Share on other sites

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]

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...