Re: Postgres Library natively available for Mac OSX Intel?

From: "Holger Hoffstaette" <holger(at)wizards(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres Library natively available for Mac OSX Intel?
Date: 2006-04-10 11:42:47
Message-ID: pan.2006.04.10.11.42.47.155875@wizards.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Sat, 08 Apr 2006 14:04:28 +0200, Philipp Ott wrote:

> (..snippetysnip..)
> I just wanted to know - I would like to have universal binaries of libpg
> and psql to deploy.
>
>
> Currently 8.1.3 compiles and runs just fine on OSX 10.4.6 + XCode 2.2.1,
> but generates binaries just for the current host architecture. Now when I
> add -arch i386 -arch ppc to CFLAGS and LDFLAGS for configure, then it
> compiles everything just fine, however at linking stage I get various
> problems for missing architecture files. Every generated .o file in the

Are you sure you have all libs/frameworks installed as fat versions? On
NeXTSTEP you could select the architectures to install; unselected ones
were lipo'd out. I don't have OSX but the messages look like you only have
x86 libs to link against.

-h

In response to

Browse pgsql-general by date

  From Date Subject
Next Message v.suryaprabha 2006-04-10 12:02:56 how to prevent generating same clipids
Previous Message Tim Tassonis 2006-04-10 11:37:46 SSL Client Authentication

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-04-10 15:29:29 Re: Updating OID column
Previous Message Markus Schiltknecht 2006-04-10 11:11:08 Re: Support Parallel Query Execution in Executor