Re: Postgres Library natively available for Mac OSX Intel?

From: User Roman <neuhauser(at)sigpipe(dot)cz>
To: Philipp Ott <philipp(dot)ott(at)avalon(dot)at>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres Library natively available for Mac OSX Intel?
Date: 2006-04-08 17:30:37
Message-ID: 20060408173037.GC12026@dagan.sigpipe.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

# philipp(dot)ott(at)avalon(dot)at / 2006-04-08 14:04:28 +0200:
> Am 07.04.2006 um 13:50 schrieb User Roman:
> ># philipp(dot)ott(at)avalon(dot)at / 2006-03-31 10:05:06 +0200:
> >>I would like to know if somebody already has a Mac OSX Intel 10.4.5
> >>pg-Library (for C, C++, Objective C) or knows how to compile it?
> >
> > What problems did you have building libpq?
> >
> > Note: I'm not an OSX user.
>
> 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 src build tree is actually an universal
> binary now, like for example

sorry, this is way over my head.

--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man. You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2006-04-08 17:59:26 LW Boston
Previous Message Joshua D. Drake 2006-04-08 17:28:53 Re: PostgreSQL (file based) database restore

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Schiltknecht 2006-04-08 17:37:11 Re: Support Parallel Query Execution in Executor
Previous Message Michael Fuhr 2006-04-08 17:26:19 Re: How to implement oracle like rownum(function or seudocolumn) ?