From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10351 invoked by alias); 17 Dec 2007 05:56:13 -0000 Received: (qmail 10340 invoked by uid 22791); 17 Dec 2007 05:56:12 -0000 X-Spam-Check-By: sourceware.org Received: from outbound.icp-qv1-irony-out2.iinet.net.au (HELO outbound.icp-qv1-irony-out2.iinet.net.au) (203.59.1.107) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Dec 2007 05:55:59 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAI2dZUfL2Tu0/2dsb2JhbAAIqGw X-IronPort-AV: E=Sophos;i="4.24,174,1196607600"; d="scan'208";a="246272052" Received: from unknown (HELO [10.0.1.2]) ([203.217.59.180]) by outbound.icp-qv1-irony-out2.iinet.net.au with ESMTP; 17 Dec 2007 14:55:54 +0900 Resent-To: gcc-help@gcc.gnu.org From: Roger Mc Murtrie To: gcc-help@gcc.gnu.org Resent-From: Roger Mc Murtrie Subject: Re: gcc build fails with undefined __gthread_active_p References: Message-Id: <718E22F4-556E-44F1-9DEC-FAF9394B6C97@iinet.net.au> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Resent-Date: Mon, 17 Dec 2007 16:55:55 +1100 Mime-Version: 1.0 (Apple Message framework v915) Date: Mon, 17 Dec 2007 05:56:00 -0000 X-Mailer: Apple Mail (2.915) Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00300.txt.bz2 > > I tried configuring without the --enable-threads=gnat option but > got the following error in response to the same /gcc-devel/build/./ > gcc/xgcc command: > > ld: warning in /usr/lib/dylib1.10.5.o, file is not of required > architecture > ld: symbol dyld_stub_binding_helper not defined (usually in crt1.o/ > dylib1.o/bundle1.o) > collect2: ld returned 1 exit status > make[5]: *** [libgcc_s.dylib] Error 1 > make[4]: *** [multi-do] Error 1 > make[3]: *** [all-multi] Error 2 > make[2]: *** [all-stage1-target-libgcc] Error 2 > make[1]: *** [stage1-bubble] Error 2 > make: *** [all] Error 2 > > Roger > > On 17/12/2007, at 6:34 AM, Roger wrote: > >> Subject: gcc build fails with undefined __gthread_active_p >> >> >> I am trying to build gcc from svn Revision 130989 on my Intel Mac >> under Leopard and Xcode 3.0 >> Installed gcc version 4.3.0 20071103 (experimental) [trunk revision >> 129867] (GCC) >> >> Configure command >> ../gcc/configure --enable-threads=gnat --enable-languages=all ada >> >> I get the following failure: ....