gluOrtho2D problem

Hey

When I compile a small opengl program I get this error message

/tmp/ccV2U4BX.o: In function SierpinskiWidget::resizeGL(int, int)': /tmp/ccV2U4BX.o(.text+0x1ac): undefined reference togluOrtho2D’
collect2: ld returned 1 exit status

I think I am missing some lib files or something.

Any ideas

Regards Jerven

Well, easy solution. I forgot the -lGLU link when compiling.

Jerven