3dfxzone.it WorldWide Community

3dfx Hardware & Software => General Discussions => Topic started by: chibi on 15 April 2004, 15:36:49

Title: can not find: -lMesaGL
Post by: chibi on 15 April 2004, 15:36:49
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[?]
Title: can not find: -lMesaGL
Post by: dborca on 16 April 2004, 12:20:25
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!