From owner-freebsd-questions Fri Mar 24 15: 6:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rye.elite.net (rye.elite.net [205.199.220.6]) by hub.freebsd.org (Postfix) with ESMTP id AB07937B5DE for ; Fri, 24 Mar 2000 15:05:48 -0800 (PST) (envelope-from nate@elite.net) Received: from almond.elite.net (root@almond.elite.net [205.199.220.5]) by rye.elite.net (8.9.3/8.9.3) with ESMTP id PAA78537 for ; Fri, 24 Mar 2000 15:05:38 -0800 (PST) Received: (nate@localhost) by almond.elite.net (8.8.3/8.6.12) id PAA29347; Fri, 24 Mar 2000 15:05:37 -0800 (PST) Date: Fri, 24 Mar 2000 15:05:37 -0800 (PST) From: Nate Lawson To: freebsd-questions@freebsd.org Subject: pthreads, linuxthreads, and rfork Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I read the mailing list archives and am trying to find a set of guidelines for using threads on FreeBSD (4.0-RELEASE for me). User-mode: 0. No installation; included with base OS. 1. #include 2. Compile with -pthread Kernel-mode: 0. Install linuxthreads package. 1. Rebuild kvm, ps, etc? 2. #include 3. Compile with -L /usr/local/lib -llthread -llgcc_r (?) Perhaps someone could answer this question and I could write a short tutorial/handbook entry. Thanks, -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message