GLUT in Borland 5.01

I am using Borland 5.01 to compile my GLUT project. Whenever I try to compile, I get this error message:

Error: Unresolved external ‘glutInit’ referenced from module opengl.cpp

I get this same message for all of the GLUT functions that I use in the program. I’ve never before gotten any error like this and don’t have a clue what it means. Does anyone else know what this could be?

I was able to figure it out on my own. The problem was that I didn’t have the project set up properly. The following web page shows exactly how to do it:
http://home.clara.net/paulyg/compide.htm