Can't enable culling

Hi,

I’m experimenting with openGL using Borland C 5.02. When I’m trying to enable culling with glEnable(GL_CULL) I get undefined symbol. I can enable GL_DEPTH_TEST though and haven’t experienced any problems with other functions or constants. Any suggestions what I’m doing wrong?

Best regards,

Simon, Sweden

GL_CULL_FACE is the right token.

I love you =)