Re: Universal libpq.a ?

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Dave Page <dpage(at)postgresql(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:27:08
Message-ID: 20080205092655.P85967@thebighonker.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 5 Feb 2008, Dave Page wrote:

> 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? :)
>

I knew that was coming, and it's on my list :)

> /D
>

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 512-248-2683 E-Mail: ler(at)lerctr(dot)org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tony Caduto 2008-02-05 15:30:50 Lets get the 8.3 Announcement on the front page of Digg
Previous Message Dave Page 2008-02-05 15:23:38 Re: Universal libpq.a ?