On Wed, 19 Feb 2003, Mikael Åsberg wrote: > ----- Original Message ----- > From: "Igor Pechtchanski" <[EMAIL PROTECTED]> > [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 -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_ [EMAIL PROTECTED] |,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 -- 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/