From owner-freebsd-ports@FreeBSD.ORG Sun Nov 9 13:11:27 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79FBA16A4CF for ; Sun, 9 Nov 2003 13:11:27 -0800 (PST) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78AC443FB1 for ; Sun, 9 Nov 2003 13:11:26 -0800 (PST) (envelope-from nunotex@freeshell.org) Received: from nunotex.tex.bogus (adslsapo-b3-239-162.telepac.pt [213.13.239.162]) (authenticated (0 bits)) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id hA9LBJst008641; Sun, 9 Nov 2003 21:11:20 GMT Received: by nunotex.tex.bogus (Postfix, from userid 1001) id 70C8740E7; Sun, 9 Nov 2003 21:11:08 +0000 (WET) Date: Sun, 9 Nov 2003 21:11:08 +0000 From: Nuno Teixeira To: Eric Anholt Message-ID: <20031109211108.GA7093@nunotex.tex.bogus> References: <20031108181848.GA49725@nunotex.tex.bogus> <1068327925.675.7.camel@leguin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1068327925.675.7.camel@leguin> X-Operating-System: FreeBSD 5.1-RELEASE-p10 User-Agent: Mutt/1.5.5.1i cc: freebsd-ports@freebsd.org Subject: Re: libglut doesn't compile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2003 21:11:27 -0000 Hi Eric, I recompiled XFree-libraries and it solved the problem. Thanks very much, Nuno Teixeira 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. > > -- > Eric Anholt eta@lclark.edu > http://people.freebsd.org/~anholt/ anholt@FreeBSD.org > > > -- /* PGP fingerprint: C6D1 06ED EB54 A99C 6B14 6732 0A5D 810D 727D F6C6 */