Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "Steve Mowbray" Subject: Re: GLUT programming in CygWin Date: Sat, 6 Dec 2003 17:22:49 -0000 Lines: 44 Message-ID: References: X-Complaints-To: usenet AT sea DOT gmane DOT org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Okay thanks - my first glut program compiles now. Also now using opengl rather than glut as search keyword and am finding more archived posts - you were right, this does come up a lot. Cheers Steve "Brian Ford" wrote in message news:Pine DOT GSO DOT 4 DOT 58 DOT 0312041336470 DOT 28297 AT eos... > 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 AT 4' > > /cygdrive/c/DOCUME~1/steve/LOCALS~1/Temp/ccO1yqTt.o(.text+0xd8):simple.c: > > undefined reference to `_glutMainLoop AT 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/