From owner-freebsd-threads@FreeBSD.ORG Fri May 23 13:23:40 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 0530C37B401 for ; Fri, 23 May 2003 13:23:40 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A4C043F3F for ; Fri, 23 May 2003 13:23:39 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from pcnet1.pcnet.com (localhost [127.0.0.1]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h4NKNcwQ009183; Fri, 23 May 2003 16:23:38 -0400 (EDT) Received: from localhost (eischen@localhost)h4NKNcOY009179; Fri, 23 May 2003 16:23:38 -0400 (EDT) Date: Fri, 23 May 2003 16:23:38 -0400 (EDT) From: Daniel Eischen To: Petri Helenius In-Reply-To: <08d601c32143$d62fd410$c02a40c1@PETEX31> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE 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 20:23:40 -0000 On Fri, 23 May 2003, Petri Helenius wrote: > > 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. >=20 > Is -lkse supposed to enable thread-safe malloc/free? I=B4m seeing message= s > about recursive calls... Yes, -lkse should enable thread-safety in libc. --=20 Dan Eischen