From owner-freebsd-threads@FreeBSD.ORG Fri May 23 08:56:23 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BF1437B401 for ; Fri, 23 May 2003 08:56:23 -0700 (PDT) Received: from silver.he.iki.fi (silver.he.iki.fi [193.64.42.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066EB43F93 for ; Fri, 23 May 2003 08:56:20 -0700 (PDT) (envelope-from pete@he.iki.fi) Received: from PETEX31 (h81.vuokselantie10.fi [193.64.42.129]) by silver.he.iki.fi (8.12.9/8.11.4) with SMTP id h4NFuIk8017907; Fri, 23 May 2003 18:56:18 +0300 (EEST) (envelope-from pete@he.iki.fi) Message-ID: <08d601c32143$d62fd410$c02a40c1@PETEX31> From: "Petri Helenius" To: "Terry Lambert" References: <089001c32139$ae0d5e30$c02a40c1@PETEX31> <3ECE4014.B29DC0E4@mindspring.com> Date: Fri, 23 May 2003 18:56:13 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-threads@freebsd.org Subject: Re: basic thread question X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2003 15:56:23 -0000 > Petri Helenius wrote: > > > > In 5-CURRENT (5.1-BETA) what is the way to link/compile my posix > > threads program so I would get more than one thread scheduled on > > a SMP machine? Is there a document somewhere or does it "just work" ? > > Yes. See the archives of this mailing list. > I tried to browse the subjects but they are not always too informative. Is -lkse supposed to enable thread-safe malloc/free? I´m seeing messages about recursive calls... Pete