From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16564 invoked by alias); 12 Aug 2010 14:14:22 -0000 Received: (qmail 16512 invoked by alias); 12 Aug 2010 14:14:10 -0000 Date: Thu, 12 Aug 2010 14:14:00 -0000 Message-ID: <20100812141410.16511.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug boehm-gc/34544] pthread_default_stacksize_np failed. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hainque at adacore dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-08/txt/msg00985.txt.bz2 ------- Comment #11 from hainque at adacore dot com 2010-08-12 14:14 ------- Subject: Re: pthread_default_stacksize_np failed. dave at hiauly1 dot hia dot nrc dot ca wrote: > The function is present in libc.sl on my PA HPUX 11.00 system. Hmm, not here. There are many more pthread_ entries in libc.sl than in libc.a, but not this one. > Possibly, this can be fixed by updating your libc version. > However, I just noticed that there is no libc stub for > pthread_default_stacksize_np in libc.a. Right, it's not here either for us (B.11.00 U 9000/785 2008571012). > Are you doing a static link? Not entirely (according to the logs, we link with libc.sl and libgcc*.a). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34544