compiler error

i’m beginner programmer of opengl.

i’ve just finished installing linux

on my computer.

but, as soon as i compiled my first program

using opengl library.

some problems make me cry(¤Ð¤Ð)

gcc posted error message like below,

“hello.c:3:21: GL/glut.h: the file or directory does not exist”

how can i solve this problem

help, help…!!!

“hello.c:3:21: GL/glut.h: the file or directory does not exist”

obviously your compiler doesnt find the file you try to include “glut.h”. check if the directory “GL” exists in the current path and if the file is in there!


seb