PLEASE help me get GLUT working!!!

i bought the “OpenGL Superbible” and i did everything it told me to do in how to set up glut. i put all the right files in the right folders. now when i try to compile i get the following compile errors:

C:\Borland\bcc55\Bin>bcc32 c: est.cpp
Borland C++ 5.5 for Win32 Copyright © 1993, 2000 Borland
c: est.cpp:
Turbo Incremental Link 5.00 Copyright © 1997, 2000 Borland
Error: Unresolved external ‘glutInitDisplayMode’ referenced from C:\BORLAND\BCC5
5\BIN\TEST.OBJ
Error: Unresolved external ‘glutCreateWindow’ referenced from C:\BORLAND\BCC55\B
IN\TEST.OBJ
Error: Unresolved external ‘glutDisplayFunc’ referenced from C:\BORLAND\BCC55\BI
N\TEST.OBJ
Error: Unresolved external ‘glutMainLoop’ referenced from C:\BORLAND\BCC55\BIN\T
EST.OBJ

C:\Borland\bcc55\Bin>

===========================
why am i getting these errors? others have tried to help me with this problem before but their solutions didn’t solve this problem. plz help me!

Y-T