[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: XFree86-4.3.0-44 build fails in xc/programs/bitmap



Jakub wrote:
On Thu, Nov 27, 2003 at 12:06:26PM -0500, sean darcy wrote:
I'm trying to build XFree from development. It fails here:

gcc -m32 -o bitmap -march=athlon-xp -m3dnow -msse -mmmx -mfpmath=sse -Os -fno-strict-aliasing -pip e -ansi -pedantic -Wall -Wpointer-arith -Wundef -L../../exports/lib BitEdit.o CutPaste.o Grap hics.o ReqMach.o Bitmap.o Dialog.o Handlers.o -lXaw -lXmu -lXt -lSM -lICE -lXpm - lXext -lX11 -lm -Wl,-rpath-link,../../exports/lib
../../exports/lib/libXaw.so: undefined reference to `.L91'
collect2: ld returned 1 exit status
make[4]: *** [bitmap] Error 1
make[4]: Leaving directory `/usr/src/redhat/BUILD/XFree86-4.3.0/xc/programs/bitmap'



Is this the correct list for build issues?

No. If you suspect a bug in the compiler (which this looks like it), find out which libXaw.so object has undefined .L91 symbol and file a bugreport in http://bugzilla.redhat.com/bugzilla/ with the details (gcc command line used to compile that object with .L91 undefined reference (use e.g. nm -u to find out), preprocessed source (add -save-temps to gcc options, rerun it and attach the resulting .i file) and exact gcc version you used).

Jakub

OK. That'll give something to do after turkey.

BTW, it's gcc-3.3.2-2.

sean

_________________________________________________________________
Say ?goodbye? to busy signals and slow downloads with a high-speed Internet connection! Prices start at less than $1 a day average. https://broadband.msn.com (Prices may vary by service area.)





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]