Re: make PROFILE=-pg segment fault

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: make PROFILE=-pg segment fault
Date: 2005-11-02 04:30:25
Message-ID: 1326.1130905825@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu> writes:
> On a separate matter, top level "make PROFILE=-pg" does not work on SunOS,
> because of -fPIC conflicts with -pg. Backend level is ok. Shall we do
> something or let it be?

This has always been true on some platforms; nothing we can do about it.
My habit on HPUX has been to build the whole tree, then "make clean" in
src/backend and "make PROFILE=-pg" to build just a profilable backend.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Shaick 2005-11-02 05:21:48 BUG #2014: createdb and other client binaries core dumps
Previous Message Qingqing Zhou 2005-11-02 01:42:02 Re: make PROFILE=-pg segment fault