From owner-freebsd-questions Thu Apr 4 06:36:23 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA00617 for questions-outgoing; Thu, 4 Apr 1996 06:36:23 -0800 (PST) Received: from rk.ios.com (rk.ios.com [198.4.75.55]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA00612 for ; Thu, 4 Apr 1996 06:36:21 -0800 (PST) Received: (from rashid@localhost) by rk.ios.com (8.6.11/8.6.9) id JAA05600; Thu, 4 Apr 1996 09:36:25 -0500 From: Rashid Karimov Message-Id: <199604041436.JAA05600@rk.ios.com> Subject: Re: pthreads question To: 103350.3250@compuserve.com (Weston Ruch) Date: Thu, 4 Apr 1996 09:36:25 -0500 (EST) Cc: questions@freebsd.org In-Reply-To: <960404045308_103350.3250_JHL137-1@CompuServe.COM> from "Weston Ruch" at Apr 3, 96 11:53:09 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I would like to do some threads programming in FreeBSD 2.1 but I don't seem to > have the include file pthreads.h in /usr/include, or anywhere else. I don't > seem to have the library for calls such as pthread_create(), > pthread_mutex_init(), etc. Have I forgotten to install something? I checked > the CDROM (Walnut Creek) and it didn't appear to be there either. Does anyone > have any suggestions? A far as I know pthreads are'n part in disribution yet. The same time the evidence was the thing is already pretty stable - you can grab it from packages at ftp.freebsd.org I think Rashid > > Thanks, > > Weston Ruch > >