From owner-freebsd-x11@FreeBSD.ORG Fri Aug 20 12:33:04 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A69AB16A4CE for ; Fri, 20 Aug 2004 12:33:04 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E8543D39 for ; Fri, 20 Aug 2004 12:33:04 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 66FDA1DD43B; Fri, 20 Aug 2004 14:33:03 +0200 (CEST) Received: from niobe.ijs.si ([193.2.4.66]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 47085-02; Fri, 20 Aug 2004 14:33:02 +0200 (CEST) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 2D4641DD43A; Fri, 20 Aug 2004 14:33:02 +0200 (CEST) Received: from idefix.ijs.si (clj8-144.dial-up.arnes.si [194.249.52.144]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 3A0AD1C0359D; Fri, 20 Aug 2004 14:33:00 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Fri, 20 Aug 2004 14:32:59 +0200 User-Agent: KMail/1.6.2 References: <20040820071204.GA39056@squirm.dsto.defence.gov.au> In-Reply-To: <20040820071204.GA39056@squirm.dsto.defence.gov.au> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408201432.59506.dejan.lesjak@ijs.si> X-Virus-Scanned: by amavisd-new / Sophos+Sophie at ijs.si cc: "Wilkinson, Alex" Subject: Re: /usr/ports/x11/XFree86-4-clients [broken] errrr.... X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 12:33:04 -0000 On Friday 20 of August 2004 09:12, Wilkinson, Alex wrote: > Hi all, > > I desperately need to compile x11/XFree86-4 from ports. > > Currently Failing with the following: > > cc -o glxinfo -O -pipe -ansi -pedantic -Dasm=__asm -Wall -Wpointer-arith > -Wundef -L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib > glxinfo.o -lGLU -lGL -lXext -lX11 -L/usr/X11R6/lib -pthread -lm > -Wl,-rpath,/usr/X11R6/lib > -Wl,-rpath-link,/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib > /usr/libexec/elf/ld: cannot find -lGL > *** Error code 1 > > Stop in /usr/ports/x11/XFree86-4-clients/work/xc/programs/glxinfo. Hello, You should have /usr/X11R6/lib/libGL.so.1 installed by x11/XFree86-4-libraries port, did that one install properly? Are you upgrading from previous version or is this fresh install? Dejan