From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6438 invoked by alias); 11 Jul 2005 15:54:45 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 6413 invoked by uid 22791); 11 Jul 2005 15:54:41 -0000 Received: from ob1.cmich.edu (HELO ob1.cmich.edu) (141.209.20.6) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 11 Jul 2005 15:54:41 +0000 Received: from mail.cps.cmich.edu (cps1.cps.cmich.edu [141.209.168.41]) by ob1.cmich.edu (8.12.10/8.12.10) with ESMTP id j6BFVJ4i007039 for ; Mon, 11 Jul 2005 11:31:19 -0400 Received: from pali.cps.cmich.edu (unknown [141.209.169.81]) by mail.cps.cmich.edu (Postfix) with ESMTP id 732EA1B715 for ; Mon, 11 Jul 2005 11:54:39 -0400 (EDT) Date: Mon, 11 Jul 2005 15:54:00 -0000 From: Ishwar Rattan To: gcc-help@gcc.gnu.org Subject: Re: pthread_mutex_init() with gcc-3.4.3 on Tru64 UNIX In-Reply-To: <20050711152516.GA56425@mail1.thewrittenword.com> Message-ID: References: <20050708234415.GH10913@mail1.thewrittenword.com> <20050709150254.GA32336@mail1.thewrittenword.com> <20050711105546.GC14002@mail1.thewrittenword.com> <6.2.1.2.2.20050711062429.022e6de8@iplan-mn.corp.adobe.com> <20050711142156.GC48806@mail1.thewrittenword.com> <20050711152516.GA56425@mail1.thewrittenword.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: -0.9 () X-Bayes-Prob: 0.0001 (Score -0.9) X-SW-Source: 2005-07/txt/msg00114.txt.bz2 On Mon, 11 Jul 2005, Albert Chin wrote: > On Mon, Jul 11, 2005 at 11:11:30AM -0400, Ishwar Rattan wrote: > > I first thought that cc linked to /opt/TWWfsw/gcc343/bin/gcc are same. > > If /opt/TWWfsw/gcc343/bin/gcc was not built locally then it might have > > posix thread library compiled into it? > > cc is the compiler from Compaq. /opt/TWWfsw/gcc343/bin/gcc was built > locally. It does not have the posix thread library compiled into it. This is the last one: find the switch for gcc for not using built-in functions for linking and tell it to do so.. -ishwar