This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Errors compiling OpenGL application


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]