Errors compiling OpenGL application
Claude Eckel
pinky.gahr@web.de
Wed May 23 01:46:00 GMT 2001
I compiled a library called 'PLIB' using cygwin. Everything worked fine.
Then I tried to compile a game using this lib and I got about 6 sides of
errors like this:
undefined reference to 'glVertexi@8'
undefined reference to 'glBegin@4'
undefined reference to 'glEnd@0'
If you want to see the command I used:
c++
MIP1.00.cpp -o./MIP.exe -I/usr/include/plib/ -lglut32 -lopengl32 -lGLU32 -lp
libssg -lplibsg -lplibpu -lplibfnt -lplibul
What should I do / include?
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
More information about the Cygwin
mailing list