Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 2004 11:58:57 +0200
From:      Francois Tigeot <ftigeot@wolfpond.org>
To:        Divacky Roman <xdivac02@stud.fit.vutbr.cz>
Cc:        current@freebsd.org
Subject:   Re: problems compiling x.org
Message-ID:  <20040724095857.GA20451@aoi.wolfpond.org>
In-Reply-To: <20040724092342.GA71436@stud.fit.vutbr.cz>
References:  <20040724092342.GA71436@stud.fit.vutbr.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040724095857.GA20451>