Simon Walters wrote:
I downloaded flightgear and ran the configure script. When it came to the part where it looked for glut, it said it couldn't find it, although I know exactly where the files are. How do I tell the configure script that the glut files are in /usr/include/GL?

Configure doesn't only look for the presence of the header files but it also tries to compile a test application with the library. So it could be it can't find the library, or the library and the header files don't match.


You can find more info about it in your config.log file.

Erik


_______________________________________________ Flightgear-users mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-users

Reply via email to