LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Installing and running Mesa (https://www.linuxquestions.org/questions/linux-general-1/installing-and-running-mesa-16584/)

nonLinuxGuru 03-19-2002 04:40 AM

Installing and running Mesa
 
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


All times are GMT -5. The time now is 06:10 AM.