From: | "Dave Page" <dpage(at)postgresql(dot)org> |
---|---|
To: | "Jerry LeVan" <jerry(dot)levan(at)eku(dot)edu> |
Cc: | "pgsql general" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Universal libpq.a ? |
Date: | 2008-02-04 15:54:09 |
Message-ID: | 937d27e10802040754i4cdcae90g25cddabfb594bca8@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Feb 4, 2008 3:35 PM, Jerry LeVan <jerry(dot)levan(at)eku(dot)edu> wrote:
> Hi,
>
> I am trying to bring one of my Cocoa based Postgresql browsers
> up to date.
>
> I would like to create a "universal", ie works on PPC and Intel
> Macintosh
> platforms, version of the application.
>
> I guess the initial task would be to build a universal version of
> libpq.a.
>
> In the past I have created simple universal (command line) apps by
> adding
>
> CFLAGS=-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc
> LDFLAGS=-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -arch ppc -
> arch i386
>
> to the make file and adding an environmental variable
> MACOSX_DEPLOYMENT_TARGET=10.4
> Has anyone built a universal libpq.a?
> Which make files should I target for modification?
>
> Thanks for any pointers :)
The Mac build of EDB Postgres is universal throughout, and 8.3.0 is
available to download from today.
Regards, Dave
From | Date | Subject | |
---|---|---|---|
Next Message | Dimitri Fontaine | 2008-02-04 15:56:41 | Re: loading files into tables |
Previous Message | Vivek Khera | 2008-02-04 15:53:14 | Re: REINDEX on large DB vs. DROP INDEX/CREATE INDEX |