DevIL icon indicating copy to clipboard operation
DevIL copied to clipboard

libILUT.so: undefined reference to `gluBuild2DMipmaps'

Open acruzpr opened this issue 5 years ago • 1 comments

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!

acruzpr avatar Mar 01 '19 20:03 acruzpr

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

DigitalDragon64 avatar Mar 12 '20 08:03 DigitalDragon64