From owner-freebsd-questions Wed Sep 19 9:11:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id F25D237B418 for ; Wed, 19 Sep 2001 09:11:47 -0700 (PDT) Received: from sun09pg2.wam.umd.edu (IDENT:root@sun09pg2.wam.umd.edu [128.8.73.19]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id MAA06336; Wed, 19 Sep 2001 12:11:44 -0400 (EDT) Received: from sun09pg2.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by sun09pg2.wam.umd.edu (8.9.3/8.9.3) with SMTP id MAA00612; Wed, 19 Sep 2001 12:11:43 -0400 (EDT) Received: from localhost (culverk@localhost) by sun09pg2.wam.umd.edu (8.9.3/8.9.3) with ESMTP id MAA00608; Wed, 19 Sep 2001 12:11:43 -0400 (EDT) X-Authentication-Warning: sun09pg2.wam.umd.edu: culverk owned process doing -bs Date: Wed, 19 Sep 2001 12:11:43 -0400 (EDT) From: Kenneth Wayne Culver To: Kirk Rothe Cc: "'questions@freebsd.org'" Subject: Re: Multi-Threaded support for FreeBSD In-Reply-To: <1811B2B7695ED5118733009027D08B00213F5D@mail1co.sagenttech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FreeBSD has pthreads support already included: just link to -lc_r, and make sure to use the -pthread flag to gcc when compiling. On Tue, 18 Sep 2001, Kirk Rothe wrote: > Where can I get multi-threaded library support for FreeBSD? > > > thanks! > Kirk Rothe > Director of Technical Services > Sagent Technology, Inc. > krothe@sagent.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message