Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <001201c2d854$0e604d80$70eaec82@mindcooler>
From: =?iso-8859-1?Q?Mikael_=C5sberg?= <mikas493@student.liu.se>
To: <cygwin@cygwin.com>
References: <Pine.GSO.4.44.0302191507310.11788-100000@slinky.cs.nyu.edu>
Subject: Re: MESA
Date: Wed, 19 Feb 2003 21:18:24 +0100
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1123
X-Spam-Status: No, hits=-4.6 required=5.0
	tests=FROM_ENDS_IN_NUMS,GAPPY_TEXT,INVALID_MSGID,
	      LIU_FROM_MATCHES_LIUSTUDENT,LIU_MAILTO_TO_LIUSTUDENT,
	      MAILTO_TO_SPAM_ADDR,QUOTED_EMAIL_TEXT,REFERENCES,
	      SPAM_PHRASE_00_01,USER_AGENT_OE
	version=2.41-liu_1.3
X-Spam-Level: 


----- Original Message ----- 
From: "Igor Pechtchanski" <pechtcha@cs.nyu.edu>
To: "Mikael Åsberg" <mikas493@student.liu.se>
Cc: <cygwin@cygwin.com>
Sent: Wednesday, February 19, 2003 9:09 PM
Subject: Re: MESA


> On Wed, 19 Feb 2003, Mikael Åsberg wrote:
>
> > Hello. I just installed Mesa 5.0 onto the latest Cygwin release...the
> > installation process (./configure, make, make install) went without
errors.
> > However, when I try to build the following simple test program:
> >
> > #include <GL\glut.h>
> >
> > int main()
> > {
> >    glutMainLoop();
> >
> >    return 0;
> > }
> >
> > I get the following linking error:
> >
/cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cccQYzSg.o(.text+0x1f):test.c:
> > undefined reference to `_glutMainLoop'
> > collect2: ld returned 1 exit status
> >
> > $ gcc -Wall -o test
> > test.c -L/usr/local/lib/GL -L/usr/local/lib/GLU -L/usr/local/lib/GLUT
> >
> > /usr/local/lib contains the following files:
> > libGL.a   libGLU.a   libOSMesa.a   libglut.a
> > libGL.la  libGLU.la  libOSMesa.la  libglut.la
> >
> > What am I missing?
>
> The actual libraries in the gcc command line (e.g., -lglut), and a
> descriptive message subject. ;-)
> Try "gcc -Wall -o test test.c -L/usr/local/lib -lGL -lGLU -lglut", or
> something like that...
> Igor
> -- 
> http://cs.nyu.edu/~pechtcha/
>       |\      _,,,---,,_ pechtcha@cs.nyu.edu
> ZZZzz /,`.-'`'    -.  ;-;;,_ igor@watson.ibm.com
>      |,4-  ) )-,_. ,\ (  `'-' Igor Pechtchanski
>     '---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
>
> Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk!
>   -- /usr/games/fortune
>
>

Thanks for the quick reply, here's what I tried:
$ gcc -Wall -o test test.c -L/usr/local/lib/GL -lGL -lGLU -lglut
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld:
cannot find -lGL
collect2: ld returned 1 exit status

This is confusing to me, because I recalling reading that one should link
to -lGL etc. Any ideas?



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

