Problem with glaux.h locating
        Posted  
        
            by Rodnower
        on Super User
        
        See other posts from Super User
        
            or by Rodnower
        
        
        
        Published on 2010-04-03T21:47:18Z
        Indexed on 
            2010/04/03
            21:53 UTC
        
        
        Read the original article
        Hit count: 473
        
Hello, I try to compile code, that beggins with:
#include<stdlib.h>
#include<GL/gl.h>
#include<glaux.h>
with command:
cc -o test test.c -I/usr/local/include -L/usr/local/lib -lMesaaux -lMesatk -lMesaGL -lXext -lX11 -lm
But one of errors I got is:
test.c:3:18: error: glaux.h: No such file or directory
Then I try:
yum provides glaux.h
but yum find anything.
Before all I installed Mesa with:  
yum install mesa*
So, can anyone tell me from where I can get the header file?
Thank you for ahead.
© Super User or respective owner