gluPerspective(), the most infuriating function ever...

I’ve been trying for the last two days to get my program to compile, and so far as I can tell, it’s written correctly. The problem is, when it links the program, it comes across an infuriating “unresolved external error.”

Here’s a transcription of it.
GLPrgm.obj : error LNK2001: unresolved external symbol _gluPerspective@32

If anyone can explain to me why this is happening, I will owe them a signifcant part of my sanity, and yes, I’ve checked all the variables, they’re being sent to the function properly, so far as I can tell. Is this just a crazy function, or is something wrong with my computer?

As you can see, I’m kinda grasping at straws here…

Don’t shoot yourself, it is a simple newbie error.

How about linking with glu32.lib ?

Thanks man, it compiles, now, at least.