DevIL
DevIL copied to clipboard
libILUT.so: undefined reference to `gluBuild2DMipmaps'
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!
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