Re: Compiling 32-bit for opteron

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Paul Fornari" <paul(dot)fornari(at)invarium(dot)com>, <pgsql-ports(at)postgresql(dot)org>
Subject: Re: Compiling 32-bit for opteron
Date: 2004-10-03 20:17:47
Message-ID: 200410032217.47766.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Paul Fornari wrote:
> I've downloaded the postgresql-7.4.5 source and was able to
> successfully build and install 64-bit optimized and debuggable
> versions; however I'm having problems trying to get the 32-bit built.
> By default it seems to always try to build 64-bit(maybe it triggering
> directly off 'uname' or something). This may be a very basic question
> but does anyone know how to tell make to perform a 32-bit build
> instead of 64-bit?

We would have a much better shot at helping you if you hadn't neglected
to tell us exactly what problem you are having.

In general, PostgreSQL just picks the first compiler it finds and runs
with it. So you probably want to look into configuring your compiler.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Marek Lewczuk 2004-10-05 15:22:17 postgresql 8.0 and tsearch2 install under cygwin
Previous Message Paul Fornari 2004-09-27 18:03:26 Compiling 32-bit for opteron