Re: BUG #5251: compilation fails in 32-bit mode

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: Jyrki Wahlstedt <jyrki(dot)wahlstedt(at)wahlstedt(dot)fi>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5251: compilation fails in 32-bit mode
Date: 2009-12-21 14:07:02
Message-ID: 937d27e10912210607k6e7ae637m8095c47f1ec722f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Fyi, i've been seeing this on Snow Leopard too despite configuring for
each arch flag. I didn't get time to look in depth yet though.

On 12/21/09, Greg Stark <gsstark(at)mit(dot)edu> wrote:
> On Sun, Dec 20, 2009 at 1:12 PM, Jyrki Wahlstedt
> <jyrki(dot)wahlstedt(at)wahlstedt(dot)fi> wrote:
>> Trying to make a universal build leads to following:
>> /usr/bin/gcc-4.2 -no-cpp-precomp -O2 -arch x86_64 -arch i386 -Wall
>>
>
> I'm not sure where you've gone wrong but I know others facing the same
> problem have found that they need to run configure twice, once for
> each architecture and make sure to use the right Makefile parameters
> and the right configure.h for each build. Isn't x86_64 for a 64-bit
> architecture?
>
> --
> greg
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Ankit Kumar 2009-12-21 17:04:24 Re: OutOfMemory hibernate scroll with 2M records | Postgresql 8.4 DB
Previous Message Greg Stark 2009-12-21 13:54:02 Re: BUG #5251: compilation fails in 32-bit mode