Re: Universal libpq.a ?

From: "Dave Page" <dpage(at)postgresql(dot)org>
To: "Larry Rosenman" <ler(at)lerctr(dot)org>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Jerry LeVan" <jerry(dot)levan(at)eku(dot)edu>, "pgsql general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Universal libpq.a ?
Date: 2008-02-05 15:23:38
Message-ID: 937d27e10802050723q1e88a99exfa5683a24e84cb3f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Feb 5, 2008 3:07 PM, Larry Rosenman <ler(at)lerctr(dot)org> wrote:
>
> On Tue, 5 Feb 2008, Dave Page wrote:
>
> > Another option which may be doable for someone with more knowledge of
> > make would be to build binaries for all architectures seperately (you
> > can build i386, ppc, x86_64 and ppc64), and then use lipo to glue them
> > together.

> I did essentially that, outside of make, for ppc/i386 doing 2 separate builds
> and then using lipo to join each file in bin and lib.

Yeah, but can you wrap it all up into a patch to the build system that
Tom would approve of? :)

/D

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Larry Rosenman 2008-02-05 15:27:08 Re: Universal libpq.a ?
Previous Message Dave Page 2008-02-05 15:21:56 Re: msvcr80.dll and PostgreSQL 8.3 under Windows XP