[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build failed on Fedora 9 x86_64
From: |
Adam Fedor |
Subject: |
Re: Build failed on Fedora 9 x86_64 |
Date: |
Tue, 14 Oct 2008 09:54:22 -0600 |
I don't know why gnustep-startup doesn't catch the error earlier, but
it actually fails compiling base:
GSFFCallInvocation.m:186: advarsel: ‘gs_subtype’ defined but not used
Linking library libgnustep-base ...
/usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/4.3.0/../../../../lib64/
libcallback.a(misc.o): relocation R_X86_64_32 against `a local symbol'
can not be used when making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-redhat-linux/4.3.0/../../../../lib64/
libcallback.a: could not read symbols: Bad value
collect2: ld returnerede afslutningskoden 1
gmake[3]: *** [obj/libgnustep-base.so.1.16.0] Fejl 1
it appears ffcall was installed separately and not compiled correctly
(i.e. without -fPIC). You might try uninstalling it (if you can) and
instead let gnustep-startup install it, or you could compile and
install it yourself.
On Oct 13, 2008, at 3:10 PM, Frederik Hertzum wrote:
After fixing a few minor issues with the makefile not creating some
installation directories, the build of GNUstep Back failed misserably
with loads of errors.