Joey <[EMAIL PROTECTED]> writes: > /usr/bin/ld: cannot find -lGLEW > collect2: ld returned 1 exit status > error: command 'gcc' failed with exit status 1
> I have GLEW installed (got it when trying to install soya > 10.1)... but then, I'm not sure what the problem here is :P Make sure you have installed the ``development'' package for GLEW; the package might called libglew-dev or libglew-devel. You should have the files /usr/include/GL/glew.h /usr/lib/libglew.a (amongst many others) If you do have those files and you're still getting that error, I'm not sure what the problem is. Regards, Rory
