BUG #5639: Compile fails on heap

Started by Markus Ullmannover 15 years ago2 messagesbugs
Jump to latest
#1Markus Ullmann
mail@markus-ullmann.de

The following bug has been logged online:

Bug reference: 5639
Logged by: Markus Ullmann
Email address: mail@markus-ullmann.de
PostgreSQL version: 9.0beta4
Operating system: Mac OS X 10.6.4
Description: Compile fails on heap
Details:

The compilation fails when trying to build fat binarys (aka 32bit and 64bit
in one file).

Patch to fix it:
http://www.markus-ullmann.de/dokumente/postgres90beta_int64.patch

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Markus Ullmann (#1)
Re: BUG #5639: Compile fails on heap

"Markus Ullmann" <mail@markus-ullmann.de> writes:

The compilation fails when trying to build fat binarys (aka 32bit and 64bit
in one file).

There are ways to do that, but it's substantially more complicated than
the patch you propose (which doesn't even begin to work, since it's
trying to patch a configure-generated file). Please see the PG
archives for previous discussions of building universal binaries,
eg the thread starting here:
http://archives.postgresql.org/pgsql-hackers/2008-07/msg00884.php

regards, tom lane