From owner-freebsd-current@FreeBSD.ORG Sat Jul 24 09:58:53 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 1318116A4CE for ; Sat, 24 Jul 2004 09:58:53 +0000 (GMT) Received: from ares.wolfpond.org (ns1.wolfpond.org [62.212.96.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA51043D45 for ; Sat, 24 Jul 2004 09:58:51 +0000 (GMT) (envelope-from ftigeot@wolfpond.org) Received: from aoi.wolfpond.org (aoi.wolfpond.org [IPv6:2001:7a8:24db:1:20c:76ff:feb4:27e1]) by ares.wolfpond.org (8.12.10/8.12.10) with ESMTP id i6O9woNf083783; Sat, 24 Jul 2004 11:58:50 +0200 (CEST) (envelope-from ftigeot@aoi.wolfpond.org) Received: from aoi.wolfpond.org (localhost [127.0.0.1]) by aoi.wolfpond.org (8.12.11/8.12.11) with ESMTP id i6O9wvVt026357; Sat, 24 Jul 2004 11:58:57 +0200 (CEST) (envelope-from ftigeot@aoi.wolfpond.org) Received: (from ftigeot@localhost) by aoi.wolfpond.org (8.12.11/8.12.11/Submit) id i6O9wvd1026356; Sat, 24 Jul 2004 11:58:57 +0200 (CEST) (envelope-from ftigeot) Date: Sat, 24 Jul 2004 11:58:57 +0200 From: Francois Tigeot To: Divacky Roman Message-ID: <20040724095857.GA20451@aoi.wolfpond.org> References: <20040724092342.GA71436@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040724092342.GA71436@stud.fit.vutbr.cz> User-Agent: Mutt/1.4.2.1i 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:58:53 -0000 On Sat, Jul 24, 2004 at 11:23:42AM +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' I have seen this sort of thing when compiling xorg-libraries with -Os. It is probably a bug in the system compiler. You should try to uninstall xorg-libraries and recompile it with only -O or -O2 in CFLAGS. -- Francois Tigeot