twistedmatrix
10-22-2002, 05:33 AM
I just installed devcpp for the first time and it looks great. I algo installed the newest version of OpenGL (2.0) and the newest stable version of GLUT (4.0)
when i compile the GLUT examples, i get a bunch of stuff like this
---------------------------------------------
\windows\TEMP\ccF87wfb.o(.text+0x17):shape_~1.c: undefined reference to `__glutInitWithExit'
c:\windows\TEMP\ccF87wfb.o(.text+0x33):shape_~1.c: undefined reference to `__glutCreateWindowWithExit'
c:\windows\TEMP\ccF87wfb.o(.text+0x57):shape_~1.c: undefined reference to `__glutCreateMenuWithExit'
c:\windows\TEMP\ccF87wfb.o(.text+0x122):shape_~1.c : undefined reference to `_imp__glPushMatrix'
c:\windows\TEMP\ccF87wfb.o(.text+0x151):shape_~1.c : undefined reference to `_imp__glScalef'
c:\windows\TEMP\ccF87wfb.o(.text+0x166):shape_~1.c : undefined reference to `glutWireSphere'
c:\windows\TEMP\ccF87wfb.o(.text+0x16f):shape_~1.c : undefined reference to `_imp__glPopMatrix'
c:\windows\TEMP\ccF87wfb.o(.text+0x182):shape_~1.c : undefined reference to `_imp__glPushMatrix'
---------------------------------------------
I am a newbie, but i think that is a good indication that I am not installing somthing right...
when i compile the GLUT examples, i get a bunch of stuff like this
---------------------------------------------
\windows\TEMP\ccF87wfb.o(.text+0x17):shape_~1.c: undefined reference to `__glutInitWithExit'
c:\windows\TEMP\ccF87wfb.o(.text+0x33):shape_~1.c: undefined reference to `__glutCreateWindowWithExit'
c:\windows\TEMP\ccF87wfb.o(.text+0x57):shape_~1.c: undefined reference to `__glutCreateMenuWithExit'
c:\windows\TEMP\ccF87wfb.o(.text+0x122):shape_~1.c : undefined reference to `_imp__glPushMatrix'
c:\windows\TEMP\ccF87wfb.o(.text+0x151):shape_~1.c : undefined reference to `_imp__glScalef'
c:\windows\TEMP\ccF87wfb.o(.text+0x166):shape_~1.c : undefined reference to `glutWireSphere'
c:\windows\TEMP\ccF87wfb.o(.text+0x16f):shape_~1.c : undefined reference to `_imp__glPopMatrix'
c:\windows\TEMP\ccF87wfb.o(.text+0x182):shape_~1.c : undefined reference to `_imp__glPushMatrix'
---------------------------------------------
I am a newbie, but i think that is a good indication that I am not installing somthing right...