Re: BUG #5639: Compile fails on heap

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Markus Ullmann" <mail(at)markus-ullmann(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5639: Compile fails on heap
Date: 2010-09-02 17:43:40
Message-ID: 26663.1283449420@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Markus Ullmann" <mail(at)markus-ullmann(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexsander Rosa 2010-09-02 17:54:55 Re: BUG #5629: ALTER SEQUENCE foo START execute a RESTART
Previous Message Markus Ullmann 2010-09-02 15:21:01 BUG #5639: Compile fails on heap