QuoteOriginally posted by chibi
sir,
i am fresh in Linux.
when i tried to compile Fox Tool in Red Hat Linux-9.0, it returned the following error message:
can not find -lMesaGL
please help me to compile the Fox Tool.
musthafa[?]
I am sorry, I am accustomed with BSDish systems <cough>Slackware<cough>. I guess you could have more luck trying to ask on Mesa mailing lists.
I can give you a tip, though: -lMesaGL means the linker is looking for libMesaGL.a (if you compile statically) or libMesaGL.so (if you compile dynamically). Either way, change the linker command-line to -lGL. Alternatively, you could copy (or make a symlink) from libGL* to libMesaGL*
Good luck!