DentonW / DevIL

Developer's Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter, and display a variety of images with ease. It is highly portable and has been ported to several platforms.
http://openil.sourceforge.net/
GNU Lesser General Public License v2.1
446 stars 138 forks source link

libILUT.so: undefined reference to `gluBuild2DMipmaps' #80

Open acruzpr opened 5 years ago

acruzpr commented 5 years ago

Hi: I compiled the libraries by adding the solution from issue #54, Now when I compiling an example I got the following error: libILUT.so: undefined reference to `gluBuild2DMipmaps'

What package I have missing? or what option I need to compile the library?

Thanks!

DigitalDragon64 commented 4 years ago

This doesn't seem to be a DevIL issue, so please ask this on Stackoverflow rather than here. For your problem: seems that you're missing a library, specifically the glu library. Install this with your package manager, on Arch Linux that would be: pacman -S glu