Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
acruzpr opened this issue Mar 1, 2019 · 1 comment
Open

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

acruzpr opened this issue Mar 1, 2019 · 1 comment

Comments

@acruzpr
Copy link

acruzpr commented Mar 1, 2019

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants