On (10:46 03/10/06), Anglade Pierre-Matthieu <[EMAIL PROTECTED]> put forth the proposition: > again a stupid one: > in the compilation command line do you see something like > -L/usr/X11R6/lib ?
No I don't see any X11R6 in command line: g++ -shared -nostdlib /usr/lib/gcc/i486-slackware-linux/3.4.6/../../../crti.o /usr/lib/gcc/i486-slackware-linux/3.4.6/crtbeginS.o .libs/config.o .libs/container.o .libs/image.o .libs/image_filters.o .libs/jpeg.o .libs/log.o .libs/membuf.o .libs/network.o .libs/postscript.o .libs/rc.o .libs/triangulate_float.o .libs/triangulate_sint32.o .libs/tu_file.o .libs/tu_file_SDL.o .libs/tu_random.o .libs/tu_timer.o .libs/tu_types.o .libs/utf8.o .libs/utility.o .libs/curl_adapter.o .libs/zlib_adapter.o .libs/Thread.o .libs/URL.o -ljpeg -L/usr/lib /usr/lib/libcurl.so /usr/lib/libidn.so -lssl -lcrypto -ldl -lz /usr/lib/libSDL.so /usr/lib/libGL.so -lGLU /usr/lib/libSDL_mixer.so -lrt -L/usr/lib/gcc/i486-slackware-linux/3.4.6 -L/usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../i486-slackware-linux/lib -L/usr/lib/gcc/i486-slackware-linux/3.4.6/../../.. /usr/lib/libstdc++.so -lm -lc -lgcc_s /usr/lib/gcc/i486-slackware-linux/3.4.6/crtendS.o /usr/lib/gcc/i486-slackware-linux/3.4.6/../../../crtn.o -march=athlon-xp -Wl,-soname -Wl,libgnashbase.so.0 -o .libs/libgnashbase.so.0.0.0 > > On 10/3/06, David Woodfall <[EMAIL PROTECTED]> wrote: > >On (09:31 03/10/06), Anglade Pierre-Matthieu <[EMAIL PROTECTED]> put forth > >the proposition: > >> Sorry for this weird/dumb question but: > >> Have you checked that you have libGLU installed and where it is > >> installed on your system ? > > > >Yes, > > > >~ 09:09 ;) locate libGLU > >/usr/X11R6/lib/libGLU.so.1.3 > >/usr/X11R6/lib/libGLU.so > >/usr/X11R6/lib/libGLU.so.1 > >/usr/X11R6/lib/libGLU.a > > > > > >> > >> On 10/3/06, David Woodfall <[EMAIL PROTECTED]> wrote: > >> >Hi, I'm having problems compiling because of an 'unable to find -lGLU' > >> >error. I see on the bug page that some people have used > >> > --with-opengl-lib=/usr/X11R6/lib/ to compile but I can't get this to > >work. > >> >It still gives same error. > >> > > >> >Am I missing something else? > >> > > >> >I'm using Slackware 11.0rc5 with a 2.6.15 kernel. > >> > > >> >P.S. I'm using CVS because I want to get sound working. If there is > >> >another way to do this I'd be glad of the info. > >> > > >> >Cheers > >> > > >> >-- > >> >What if everything is an illusion and nothing exists? In that case, I > >> >definitely overpaid for my carpet. > >> > -- Woody Allen, "Without Feathers" > >> > > >> > > >> > > >> >_______________________________________________ > >> >Gnash mailing list > >> >[email protected] > >> >http://lists.gnu.org/mailman/listinfo/gnash > >> > > >> > >> > >> -- > >> Pierre-Matthieu Anglade > >> > >> > >> _______________________________________________ > >> Gnash mailing list > >> [email protected] > >> http://lists.gnu.org/mailman/listinfo/gnash > > > >-- > >Watson's Law: > > The reliability of machinery is inversely proportional to the > >number and significance of any persons watching it. > > > > > > > >_______________________________________________ > >Gnash mailing list > >[email protected] > >http://lists.gnu.org/mailman/listinfo/gnash > > > > > -- > Pierre-Matthieu Anglade > > > _______________________________________________ > Gnash mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnash -- San Francisco isn't what it used to be, and it never was. -- Herb Caen _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
