Mail Archives: cygwin/2003/02/19/16:23:05
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm
|
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com>
|
List-Archive: | <http://sources.redhat.com/ml/cygwin/>
|
List-Post: | <mailto:cygwin AT cygwin DOT com>
|
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
|
Sender: | cygwin-owner AT cygwin DOT com
|
Mail-Followup-To: | cygwin AT cygwin DOT com
|
Delivered-To: | mailing list cygwin AT cygwin DOT com
|
Message-ID: | <003b01c2d85d$d5b98aa0$70eaec82@mindcooler>
|
From: | =?iso-8859-1?Q?Mikael_=C5sberg?= <mikas493 AT student DOT liu DOT se>
|
To: | <cygwin AT cygwin DOT com>
|
References: | <Pine DOT GSO DOT 4 DOT 44 DOT 0302191605101 DOT 11788-100000 AT slinky DOT cs DOT nyu DOT edu>
|
Subject: | Re: MESA
|
Date: | Wed, 19 Feb 2003 22:28:24 +0100
|
MIME-Version: | 1.0
|
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 AT cs DOT nyu DOT edu>
To: "Mikael Åsberg" <mikas493 AT student DOT liu DOT se>
Cc: <cygwin AT cygwin DOT com>
Sent: Wednesday, February 19, 2003 10:09 PM
Subject: Re: MESA
> On Wed, 19 Feb 2003, Mikael Åsberg wrote:
>
> > ----- Original Message -----
> > From: "Igor Pechtchanski" <pechtcha AT cs DOT nyu DOT edu>
> >
> > > On Wed, 19 Feb 2003, Mikael sberg wrote:
> > >
> > > > ----- Original Message -----
> > > > From: "Igor Pechtchanski" <pechtcha AT cs DOT nyu DOT edu>
> > > >
> > > > > On Wed, 19 Feb 2003, Mikael sberg wrote:
> > > > >
> > > > > > ----- Original Message -----
> > > > > > From: "Igor Pechtchanski" <pechtcha AT cs DOT nyu DOT edu>
> > > > > > [snip]
> > > > > >
> > > > > > > Try "gcc -Wall -o test
test.c -L/usr/local/lib -lGL -lGLU -lglut",
> > > > > > > or something like that...
> > > > > > > Igor
> > > > > >
> > > > > > 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?
> > > > >
> > > > > It works better if, after a -L, you specify a directory that
actually
> > > > > contains the relevant libraries (such as /usr/local/lib).
> > > > > Igor
> > > >
> > > > I just found that mistake, lol, and when I issued the following:
> > > > $ gcc -Wall -o test test.c -L/usr/local/lib -lGL -lGLU -lglut
> > > >
> > > > I get a massive amount of linking errors:
> > > > [snip]
> > > > collect2: ld returned 1 exit status
> > > > Very long, sorry =(
> > >
> > > You are most likely missing some X library (judging by the names of
the
> > > symbols). Make sure you installed all the libraries MESA/glut
require.
> > > Check the order of the '-l' flags, too -- it matters. You'll probably
> > > find some useful info in a README that came with MESA or OpenGL.
> > > Igor
> >
> > Someone using linux said I should try linking with these
> > x-libraries: -lXi -lXmu -lm -lXext -lX11, so I issued:
> > $ gcc -Wall -o test
> > test.c -L/usr/local/lib -lGL -lGLU -lglut -L/usr/X11R6/lib -lXi
> > -lXmu -lm -lXext -lX11
> >
> > That yields a great number of errors (listed last).
> >
> > When I installed cygwin, I made sure I installed the X libraries. Maybe
I am
> > specifying the path wrong, or I should use other names, or I haven't
> > installed what I need (if I haven't done that, I wouldn't know what more
to
> > install =().
> >
> > Here are the errors:
> > /usr/local/lib/libglut.a(glut_event.o)(.text+0xef7): In function
`processEventsAndTimeouts':
> > /home/Administrator/Mesa-5.0/src-glut/glut_event.c:388: undefined
reference to `_glXWaitX'
> > [snip]
> > collect2: ld returned 1 exit status
>
> Looks like library order to me (I don't know OpenGL, so I wouldn't be able
> to provide the exact gcc command that will work). Try using "nm" on the
> three GL libraries, and find out which defines the missing symbols. Put
> that one last. Repeat until linked successfully... :-)
> At this point I probably should let the OpenGL maintainer take over,
> anyway. Good luck.
> Igor
> --
> http://cs.nyu.edu/~pechtcha/
> |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu
> ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT 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
>
>
/usr/local/lib contains:
libGL.a libGLU.a libOSMesa.a libglut.a
libGL.la libGLU.la libOSMesa.la libglut.la
The first undefined reference is:
/usr/local/lib/libglut.a(glut_event.o)(.text+0xef7): In function
`processEventsAndTimeouts':
/home/Administrator/Mesa-5.0/src-glut/glut_event.c:388: undefined reference
to `
_glXWaitX'
so I tried:
nm /usr/local/lib/libGL.a | grep _glXWaitX, and it is in libGL.a. So the
ordering of the libraries is wrong? Tried changing, but haven't found
somethint that works yet.
--
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/
- Raw text -