[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNUstep build fails on CentOS 5.4
From: |
Andreas Höschler |
Subject: |
GNUstep build fails on CentOS 5.4 |
Date: |
Tue, 4 Feb 2014 23:16:58 +0100 |
Hi guys,
I got a bunch of build errors fixed by doing
We need to install gcc first:
yum clean all
yum install kernel-headers
yum install gcc.x86_64
yum install gcc
yum install gcc-objc
yum install gcc-c++
yum install make libpng libpng-devel libtiff libtiff-devel libobjc
libxml2 libxml2-devel libX11-devel libXt-devel libjpeg libjpeg-devel
yum -y install gnutls-devel
yum install libicu-devel
cd /usr/src
wget
http://download.icu-project.org/files/icu4c/4.8.1.1/icu4c-4_8_1_1-src.tgz
tar -xvf icu4c-4_8_1_1-src.tgz
cd icu/source/
./runConfigureICU Linux
make
make install
cd /usr/src
gunzip gnustep-startup-0.32.0.tar.gz
tar xvf gnustep-startup-0.32.0.tar
cd gnustep-startup-0.32.0
./configure --disable-tls
make
But this one
...
Compiling file GSFFIInvocation.m ...
Linking library libgnustep-base ...
/usr/bin/ld: obj/libgnustep-base.obj/GSString.m.o: relocation R_X86_64_PC32
against `GSPrivateHash' can not be used when making a shared object; recompile
with -fPIC
/usr/bin/ld: final link failed: Bad value
collect2: ld returned 1 exit status
remains! :-(
logs.tar.gz
Description: GNU Zip compressed data
Any idea?
Thanks!
Andreas
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNUstep build fails on CentOS 5.4,
Andreas Höschler <=