Problem with glaux.h locating

Posted by rodnower on Stack Overflow See other posts from Stack Overflow or by rodnower
Published on 2010-04-03T21:47:18Z Indexed on 2010/04/04 2:43 UTC
Read the original article Hit count: 359

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about opengl

Related posts about centos