From owner-freebsd-current@FreeBSD.ORG Sat Jul 24 09:23:47 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 C755B16A4CF for ; Sat, 24 Jul 2004 09:23:47 +0000 (GMT) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E86343D31 for ; Sat, 24 Jul 2004 09:23:46 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (8.12.11/8.12.11) with ESMTP id i6O9NgMi071501 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 24 Jul 2004 11:23:42 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.12.11/8.12.5/Submit) id i6O9NgET071500 for current@freebsd.org; Sat, 24 Jul 2004 11:23:42 +0200 (CEST) Date: Sat, 24 Jul 2004 11:23:42 +0200 From: Divacky Roman To: current@freebsd.org Message-ID: <20040724092342.GA71436@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) Subject: 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:23:47 -0000 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