From owner-freebsd-current Wed Jan 31 6:45:36 2001 Delivered-To: freebsd-current@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 0A2C837B491 for ; Wed, 31 Jan 2001 06:45:18 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.2/8.11.2) id f0VEj3E19357; Wed, 31 Jan 2001 17:45:04 +0300 (MSK) (envelope-from ache) Date: Wed, 31 Jan 2001 17:44:59 +0300 From: "Andrey A. Chernov" To: eischen@vigrid.com, current@freebsd.org Subject: New threads way questions Message-ID: <20010131174457.A19255@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have some questions about new threads way. Daniel says that new way is: > gcc -Wall -o foo foo.c -lc_r 1) What about libgcc_r.a? Is it picked automatically in this case or not? Is it ever needed now? 2) Is new way is backward-compatible with old way? I.e. can we just change ports to use new way and assume that still works on -stable? 3) Is -D_THREAD_SAFE required now? -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message