From owner-freebsd-threads@FreeBSD.ORG Sat May 24 03:50:25 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 ACFA237B401; Sat, 24 May 2003 03:50:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D10C543F3F; Sat, 24 May 2003 03:50:23 -0700 (PDT) (envelope-from davidxu@freebsd.org) Received: from tiger (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with SMTP id h4OAoLUp014124; Sat, 24 May 2003 03:50:22 -0700 (PDT) (envelope-from davidxu@freebsd.org) Message-ID: <002f01c321e2$b8b793b0$0701a8c0@tiger> From: "David Xu" To: "Petri Helenius" References: <089001c32139$ae0d5e30$c02a40c1@PETEX31><3ECE4014.B29DC0E4@mindspring.com> <08d601c32143$d62fd410$c02a40c1@PETEX31> Date: Sat, 24 May 2003 18:53:32 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: freebsd-threads@freebsd.org Subject: Re: basic thread question X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Xu List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2003 10:50:26 -0000 ----- Original Message -----=20 From: "Petri Helenius" To: "Terry Lambert" Cc: Sent: Friday, May 23, 2003 11:56 PM Subject: Re: basic thread question >=20 > > 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 = messages > about recursive calls... >=20 This is an old story, update to newest libpthread source code and see if = you can still reproduce it. :-) > Pete >=20 > _______________________________________________ > freebsd-threads@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-threads > To unsubscribe, send any mail to = "freebsd-threads-unsubscribe@freebsd.org"