I'm a bit new to this, but I'm learning more stuff everyday, so bear with me.

I've been working on trying to draw OpenGL to the client area. I've worked around most of the errors, but I keep getting linker error warnings from my compilier whenever I try to compile the program.

Here's an examples of the error message(Dev-C++):

[Linker error] undefined reference to `__glutInitWithExit@12'

I get a warning like that for every GL function I call.

The answer is probably right in front of me, but does anyone have any idea what I'm missing here?