Re: install-strip causes dyld errors on OS X - Mailing list pgsql-hackers

From Tom Lane
Subject Re: install-strip causes dyld errors on OS X
Date
Msg-id 16073.1193720363@sss.pgh.pa.us
Whole thread Raw
In response to install-strip causes dyld errors on OS X  ("Meredith L. Patterson" <mlp@osogato.com>)
Responses Re: install-strip causes dyld errors on OS X
List pgsql-hackers
"Meredith L. Patterson" <mlp@osogato.com> writes:
> In brief, when installing on OS X with "make install-strip", 
> installation goes fine, but initdb dies here:
> ...
> I see three possible fixes:
> 1) Patch config/install-sh such that on OS X, install-strip calls 'strip 
> -x'. This removes local symbols only.

+1 on this one --- seems about the right level of effort, considering
that install-strip isn't exactly an encouraged option anyway.  (Does
anyone still care about the amount of disk space involved?  And it makes
debugging problems infinitely harder.)

Just for the record, I'd like to put forward the alternative solution
of removing support for install-strip.  But assuming there are
objections to that, please send in the mentioned 4-line patch ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Recovery of Multi-stage WAL actions
Next
From: Simon Riggs
Date:
Subject: Re: Recovery of Multi-stage WAL actions