GLUT programming in CygWin

Brian Ford ford@vss.fsi.com
Thu Dec 4 20:36:00 GMT 2003


Please read /usr/share/doc/opengl-1.1.0/README.txt.  And, search the
archives first next time since this issue comes up a lot.  Thanks.

On Thu, 4 Dec 2003, Steve Mowbray wrote:

> Am starting out with the GLUT library and I am having trouble compiling my
> first program under CygWin. I get the following compile/linker errors:
>
> /cygdrive/c/DOCUME~1/steve/LOCALS~1/Temp/ccO1yqTt.o(.text+0xd0):simple.c:
> undefined reference to `_glutDisplayFunc@4'
> /cygdrive/c/DOCUME~1/steve/LOCALS~1/Temp/ccO1yqTt.o(.text+0xd8):simple.c:
> undefined reference to `_glutMainLoop@0'
> collect2: ld returned 1 exit status
>
> I am compiling with
>
> gcc -lopengl32 -lglu32 -lglut32 test.c
>
Clue: wrong link order.

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list