From owner-freebsd-current@FreeBSD.ORG Sat Jul 24 09:36:07 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 120EE16A4CE for ; Sat, 24 Jul 2004 09:36:07 +0000 (GMT) Received: from av3-2-sn3.vrr.skanova.net (av3-2-sn3.vrr.skanova.net [81.228.9.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA60C43D45 for ; Sat, 24 Jul 2004 09:36:06 +0000 (GMT) (envelope-from manlix@demonized.net) Received: by av3-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 1B9D537EC0; Sat, 24 Jul 2004 11:36:06 +0200 (CEST) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 08AFC37E50; Sat, 24 Jul 2004 11:36:06 +0200 (CEST) Received: from fisk.demonized.net (h144n2fls33o834.telia.com [213.66.186.144]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 6163737E4B; Sat, 24 Jul 2004 11:36:05 +0200 (CEST) Received: from beard.demonized.net (beard.demonized.net [192.168.0.2]) by fisk.demonized.net (Postfix) with SMTP id A245960E7; Sat, 24 Jul 2004 11:36:08 +0200 (CEST) Date: Sat, 24 Jul 2004 11:36:05 +0200 From: Johan Pettersson To: Divacky Roman Message-Id: <20040724113605.5dc654bd.manlix@demonized.net> In-Reply-To: <20040724092342.GA71436@stud.fit.vutbr.cz> References: <20040724092342.GA71436@stud.fit.vutbr.cz> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: problems compiling x.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 09:36:07 -0000 On Sat, 24 Jul 2004 11:23:42 +0200 Divacky Roman wrote: > Hi, I am getting this > > cc -o bitmap -O -pipe -march=athlon-xp -ansi -pedantic > -Wno-system-headers-Dasm > =__asm -Wall -Wpointer-arith -Wundef > -L/usr/ports/x11/xorg-clients/work/xc/ > exports/lib BitEdit.o CutPaste.o Graphics.o ReqMach.o Bitmap.o > Dialog.o Handlers.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 > -L/usr/X11 > R6/lib -lm -Wl,-rpath,/usr/X11R6/lib > -Wl,-rpath-link,/usr/ports/x11/xorg-clie > nts/work/xc/exports/lib > /usr/X11R6/lib/libXaw.so: undefined reference to `.L91' > > *** Error code 1 > > Stop in /usr/ports/x11/xorg-clients/work/xc/programs/bitmap. > *** Error code 1 > > Stop in /usr/ports/x11/xorg-clients/work/xc/programs. > *** Error code 1 > > Stop in /usr/ports/x11/xorg-clients. > *** Error code 1 > > Stop in /usr/ports/x11/xorg. > > > and the port refuses to compile - I just did cd /usr/ports/x11/xorg && > make install > > roman > Install /usr/ports/x11/xorg-libraries/ manually and then try again.