Original Post
Hi i'm noob of game programming so i decided to write some examples showed in Redbook. I tried example 1.2 "hello" but i have lots of [linker error] undefined reference to... the most functions that he probably does not recognise have prefix gl what i have to do ? i installed the dev pack for glut so i thing this is not the problem and i think i have not to add some lib to linklist in project->options etc etc. EXAMPLE: void display(void) { glClear (GL_COLOR_BUFFER_BIT); ... [Linker error] undefined reference to `glClear@4'