Ubuntu Studio 8.04 (Hardy) Jucer linking issue

Hey, all! After giving Arch a good go, I decided I prefer Ubuntu after all. Nothing personal, I simply decided I prefer Flash to work. However, in the process of getting the Jucer back up and running, I ran into an odd linking error:

Linking Jucer /usr/bin/ld: cannot find -lGLU collect2: ld returned 1 exit status make[1]: *** [build/jucer] Error 1 make: *** [Jucer] Error 2

Well, it’s an odd one to me, anyway, as I’ve never seen it before. Can anyone tell me what’s happening here? Thank you!

As for JUCE itself, I was able to get that to build just fine, so I should be good there.

your missing the GL libraries, i guess Mesa packages for Ubuntu

I already had libgl and libgl-dev installed, but that’s okay, as I found the issue. I needed the libgl-utils-dev package. Seems kind-of odd, but it works now, so I’m happy. Thanks!