|
|||||||||||
|
[PORTS] 64-Bit PostgreSQL on RHEL4 on IBM pSeries (Power5)
From: Bernd Helmle <mailings(at)oopsware.de>
Date: Wed Aug 08 2007 - 08:09:58 EDT
uname -ompi
The installed OS is 32-Bit but runs a 64-Bit ppc64 kernel. Building 64-Bit executables on this platform should be possible with the -m64 (as some fast tests proves) compiler switch, however: ./configure --build=ppc64-redhat-linux --enable-integer-datetimes --without-readline --with-gnu-ld CFLAGS="-mpowerpc64 -m64" CC="gcc4" gives the following error:
make[2]: Entering directory
My first thought was that the linker accidently wants to create a wrong output format, but trying manually gives me the following: /usr/bin/ld -b elf64-powerpc --oformat elf64-powerpc -r -o SUBSYS.o I'm puzzled, seems like this platform doesn't want to do partial linking....?
--
Thanks
Bernd
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
Received on Wed Aug 8 08:12:12 2007This archive was generated by hypermail 2.1.8 : Thu Aug 09 2007 - 19:48:03 EDT |
||||||||||
|
|||||||||||