From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Sun, 23 Jun 2002 06:18:13 +0000 Subject: Re: [Linux-ia64] /usr/lib/gcrt1.o on RH 7.2 Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Sat, 22 Jun 2002 23:11:47 -0700, Randolph Chung said: Randolph> At least on Debian, if the application is linked against Randolph> pthread then compiling with profiling does not work. The Randolph> resulting binary will die with a SIGILL on startup. You Randolph> don't need to actually call any pthread functions, just Randolph> linking pthread is enough. Even if it's statically linked? Dynamically linked binaries do not work with gprof. I wasn't aware of any pthread-specific issues. --david