HELP! New to opengl

After so many failures, finally i was able to run a sample opengl program on my computer.
Now I need to modify a program for my computer graphics class, which uses a set of libraries given by the professor. I kept getting link errors (something like
Link Error : Undefined symbol: __chkesp in
.\Debug\cis454BasicLib.obj)
even though i have include all the libraries in the MSL ANSI libraries.
Are there any additional settings i need to change? Please help me.
Thanks a million.

By the way, I am using Codewarrior.

Originally posted by Qinhe:
After so many failures, finally i was able to run a sample opengl program on my computer.
Now I need to modify a program for my computer graphics class, which uses a set of libraries given by the professor. I kept getting link errors (something like
Link Error : Undefined symbol: __chkesp in
.\Debug\cis454BasicLib.obj)
even though i have include all the libraries in the MSL ANSI libraries.
Are there any additional settings i need to change? Please help me.
Thanks a million.