Date: Sun, 9 Nov 2003 21:18:54 +0000 From: Nuno Teixeira <nunotex@freeshell.org> To: "Karel J. Bosschaart" <K.J.Bosschaart@tue.nl> Cc: freebsd-ports@freebsd.org Subject: Re: libglut doesn't compile Message-ID: <20031109211854.GB7093@nunotex.tex.bogus> In-Reply-To: <20031109205835.GA9285@phys9911.phys.tue.nl> References: <20031108181848.GA49725@nunotex.tex.bogus> <1068327925.675.7.camel@leguin> <20031109205835.GA9285@phys9911.phys.tue.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Yes, I recompile the same ports to solve the problem. Everything is working ok now. Thanks, Nuno Teixeira On Sun, Nov 09, 2003 at 09:58:35PM +0100, Karel J. Bosschaart wrote: > On Sat, Nov 08, 2003 at 01:45:26PM -0800, Eric Anholt wrote: > > On Sat, 2003-11-08 at 10:18, Nuno Teixeira wrote: > > > Hello to all, > > > > > > libglut doens't compile on a FreeBSD 5.1 p10 Release. > > > > > > The error: > > > > > > cc -O -pipe -march=athlon-xp -I../include -I/usr/X11R6/include -c > > > glut_vidresize.c -o glut_vidresize.o > > > cc -O -pipe -march=athlon-xp -I../include -I/usr/X11R6/include -c > > > glut_warp.c -o glut_warp.o > > > cc -O -pipe -march=athlon-xp -I../include -I/usr/X11R6/include -c > > > glut_win.c -o glut_win.o > > > cc -O -pipe -march=athlon-xp -I../include -I/usr/X11R6/include -c > > > glut_winmisc.c -o glut_winmisc.o > > > cc -O -pipe -march=athlon-xp -I../include -I/usr/X11R6/include -c > > > layerutil.c -o layerutil.o > > > building static glut library > > > ranlib libglut.a > > > cc -fpic -DPIC -O -pipe -march=athlon-xp -I../include > > > -I/usr/X11R6/include -c glut_8x13.c -o glut_8x13.So > > > ld: cannot find -lGL > > > *** Error code 1 > > > > > > Stop in /usr/ports/graphics/libglut/work/Mesa-5.0.2/src-glut. > > > *** Error code 1 > > > > This log doesn't make sense to me. Where is -lGL happening? Did you > > build with make -j or something? > > > > Do you actually have libGL installed? (/usr/X11R6/lib/libGL*) If you > > have libX11 in there but not libGL, your installation may be broken and > > you need to reinstall XFree86-4-libraries. > > > FWIW, I just had the same problem on -stable. In my case it turned > out to be caused by the presence of the x11/nvidia-driver port. I > worked around by 'portupgrade -f XFree86-4-libraries', 'portupgrade Mesa' > and finally 'portupgrade nvidia-driver' (to get back the replacement > libs). It seems to work OK now; I tried glxgears, Unreal and UT which > all seem to run as before. > I guess a 'pkg_delete nvidia-driver' would have done the job as well > instead of a forced XFree86-4-libraries reinstall. > > Regards, > Karel. > -- /* PGP fingerprint: C6D1 06ED EB54 A99C 6B14 6732 0A5D 810D 727D F6C6 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031109211854.GB7093>