From owner-freebsd-stable Fri Nov 24 11: 9:11 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 9094237B4C5 for ; Fri, 24 Nov 2000 11:09:09 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id OAA06762; Fri, 24 Nov 2000 14:08:48 -0500 (EST) Date: Fri, 24 Nov 2000 14:08:47 -0500 (EST) From: Daniel Eischen To: mike.perik@bankofamerica.com Cc: stable@FreeBSD.ORG Subject: Re: GCC 2.95.x with threads enabled In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 24 Nov 2000 mike.perik@bankofamerica.com wrote: > I'm attempting to build JTC 1.0.13 and Orbacus 4.0.3 on a SMP (2x100 mhz) > box. The first step is to build JTC but it needs a version of the compiler > that has threads enabled. The default gcc does not have threads enabled so > I poked around in the /usr/src/contrib directory and really got no where. I > downloaded the source and was going to build it and install it into > /usr/local. I finally got that finished but it still doesn't seem to have > threads enabled in it. JTC/Orbacus checks for thread support by doing an nm > on libgcc.a and grep'ing for 'thread'. I know I used the --enable-threads > option on configure so I'm at a loss as to what is the problem. > I think the threaded libgcc is libgcc_r.a, not libgcc.a. Try forcing JTC/Orbacus to check libgcc_r.a for thread. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message