Re: Makefile support for Mac OS X Fat Binaries?

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Makefile support for Mac OS X Fat Binaries?
Date: 2008-01-21 23:57:05
Message-ID: 20080121175600.O5764@thebighonker.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 21 Jan 2008, Tom Lane wrote:

> Larry Rosenman <ler(at)lerctr(dot)org> writes:
>> would the community accept a patch that would allow the making of 4-way fat
>> binaries on Mac OS X 10.5+? (Obviously for 8.4+).
>
> Depends on how big and ugly it is, I think. If you can do it just by
> hacking CFLAGS and friends, sure; if it's as invasive as the Windows
> build machinery, definitely not; in between, we'd have to see it.

I know I'm going to have to make a few lipo runs, and shell for-loops
to make the different SUBSYS.o's. (ld by itself won't do it).

I'll see how grotty it is, but I don't think it will be nearly as bad as the
Windows machinery.
>
> regards, tom lane
>

--
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2008-01-22 00:20:34 Re: Makefile support for Mac OS X Fat Binaries?
Previous Message Tom Lane 2008-01-21 23:50:56 Re: Makefile support for Mac OS X Fat Binaries?