Click to See Complete Forum and Search --> : Installing Mesa 3.4.2


nonlinuxguru
03-19-2002, 06:39 AM
Hi,

After a few attempts i cannot seem to get mesa (The unix compatibale openGL libraries) to work properly. 1 the installation seems fine and all the library files are copies to /usr/local/lib and the header files are in /usr/local/include/GL. Now when i try to compile a file i get a lot of undefine references to functions that are in the header files i include into the program. A few people told me it was linking error but i dont know!! i have tried to compile the file like below:
1- gcc test.c
2- gcc test.c -I/usr/local/include/GL -L/usr/local lib

and they still give the same errors.
I have also tried adding /usr/local/lib into ld.so.conf and running ldconfig but that doesnt help either!!

PLZ HELP

mdwatts
03-19-2002, 06:00 PM
Welcome to LNO and I'm sorry you haven't received any responses yet.

Being that I know little to nothing at all about mesa/openGL, I would suggest you use Google (see my sig) to search for the error messages.

Also have a look at the docs/faq's at the mesa website http://www.mesa3d.org/