Re: [HACKERS] install-strip causes dyld errors on OS X

2007-10-30 Thread Tom Lane
Greg Smith <[EMAIL PROTECTED]> writes: > On Tue, 30 Oct 2007, Alvaro Herrera wrote: >> It would also be good to make --enable-debug the default. > The last time I did a build with both --enable-debug and --enable-cassert, > I was seeing pgbench results that were significantly (around 40% I think)

Re: [HACKERS] install-strip causes dyld errors on OS X

2007-10-30 Thread Heikki Linnakangas
Greg Smith wrote: On Tue, 30 Oct 2007, Alvaro Herrera wrote: It would also be good to make --enable-debug the default. The last time I did a build with both --enable-debug and --enable-cassert, I was seeing pgbench results that were significantly (around 40% I think) slower than without tho

Re: [HACKERS] install-strip causes dyld errors on OS X

2007-10-30 Thread Joshua D. Drake
On Tue, 30 Oct 2007 13:00:12 -0400 (EDT) Greg Smith <[EMAIL PROTECTED]> wrote: > On Tue, 30 Oct 2007, Alvaro Herrera wrote: > > > It would also be good to make --enable-debug the default. > > The last time I did a build with both --enable-debug and > --enable-cassert, I was seeing pgbench result

Re: [HACKERS] install-strip causes dyld errors on OS X

2007-10-30 Thread Greg Smith
On Tue, 30 Oct 2007, Alvaro Herrera wrote: It would also be good to make --enable-debug the default. The last time I did a build with both --enable-debug and --enable-cassert, I was seeing pgbench results that were significantly (around 40% I think) slower than without those two. I never ci

Re: [HACKERS] install-strip causes dyld errors on OS X

2007-10-30 Thread Alvaro Herrera
Tom Lane wrote: > Just for the record, I'd like to put forward the alternative solution > of removing support for install-strip. Seconded. It would also be good to make --enable-debug the default. -- Alvaro Herrerahttp://www.CommandPrompt.com/ PostgreSQL Replica

Re: [HACKERS] install-strip causes dyld errors on OS X

2007-10-29 Thread Tom Lane
"Meredith L. Patterson" <[EMAIL PROTECTED]> 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 loc