You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: