From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Peter Alberer" <peter(dot)alberer(at)wu-wien(dot)ac(dot)at> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Problem with 64-bit Postgres |
Date: | 2005-09-15 16:23:29 |
Message-ID: | 14737.1126801409@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Peter Alberer" <peter(dot)alberer(at)wu-wien(dot)ac(dot)at> writes:
> Hmm, i just tried to do the same thing (ppc64 sh, ...) but it seems to me
> that the result is a 32bit executable:
Hmm ... I got an elf64 executable. I'm not entirely sure what drives
gcc's default choices about such things [ digs around... ] The compiler
I was using says this for "gcc -v"
Reading specs from /usr/lib/gcc/ppc64-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,java,f77 --enable-java-awt=gtk --host=ppc64-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
I see "--with-cpu=default32" in your config, which is probably the
significant difference, but I don't know what you should do to change
that.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bart McFarling | 2005-09-15 17:32:05 | Deadlock |
Previous Message | Peter Alberer | 2005-09-15 16:03:42 | Re: Problem with 64-bit Postgres |