OpenglES in symbian..

Hey, here is a snap shot of my mmp file in carbide:
// Using main() as entry point
STATICLIBRARY edge.lib
STATICLIBRARY edgerender.lib
STATICLIBRARY zlib.lib
STATICLIBRARY opengl\plugin1-0.lib
// libc and euser are always needed when using main() entry point
LIBRARY euser.lib
LIBRARY apparc.lib
LIBRARY cone.lib
LIBRARY eikcore.lib
LIBRARY eikcoctl.lib
LIBRARY ws32.lib
LIBRARY efsrv.lib
LIBRARY etel.lib
LIBRARY apgrfx.lib
LIBRARY estlib.lib
LIBRARY avkon.lib
LIBRARY etel3rdparty.lib
LIBRARY fbscli.lib
LIBRARY bitgdi.lib
LIBRARY esock.lib
LIBRARY insock.lib
LIBRARY bluetooth.lib
LIBRARY btextnotifiers.lib
LIBRARY btmanclient.lib
LIBRARY sdpagent.lib
LIBRARY sdpdatabase.lib
LIBRARY hal.lib
LIBRARY ezlib.lib
LIBRARY libgles_cm.lib
I am using the gcce toolkit for the building process.. now eventhough everything seems correctly linked, all my gl functions come up as undefined.. am i not linking the correct library??
// Using main() as entry point
STATICLIBRARY edge.lib
STATICLIBRARY edgerender.lib
STATICLIBRARY zlib.lib
STATICLIBRARY opengl\plugin1-0.lib
// libc and euser are always needed when using main() entry point
LIBRARY euser.lib
LIBRARY apparc.lib
LIBRARY cone.lib
LIBRARY eikcore.lib
LIBRARY eikcoctl.lib
LIBRARY ws32.lib
LIBRARY efsrv.lib
LIBRARY etel.lib
LIBRARY apgrfx.lib
LIBRARY estlib.lib
LIBRARY avkon.lib
LIBRARY etel3rdparty.lib
LIBRARY fbscli.lib
LIBRARY bitgdi.lib
LIBRARY esock.lib
LIBRARY insock.lib
LIBRARY bluetooth.lib
LIBRARY btextnotifiers.lib
LIBRARY btmanclient.lib
LIBRARY sdpagent.lib
LIBRARY sdpdatabase.lib
LIBRARY hal.lib
LIBRARY ezlib.lib
LIBRARY libgles_cm.lib
I am using the gcce toolkit for the building process.. now eventhough everything seems correctly linked, all my gl functions come up as undefined.. am i not linking the correct library??