From owner-freebsd-stable Mon Nov 15 8:43:59 1999 Delivered-To: freebsd-stable@freebsd.org Received: from luna.lyris.net (luna.shelby.com [207.90.155.6]) by hub.freebsd.org (Postfix) with ESMTP id 5270714BDD for ; Mon, 15 Nov 1999 08:43:48 -0800 (PST) (envelope-from kip@lyris.com) Received: from luna.shelby.com by luna.lyris.net (8.9.1b+Sun/SMI-SVR4) id IAA23527; Mon, 15 Nov 1999 08:43:31 -0800 (PST) Received: from (luna.shelby.com [207.90.155.6]) by luna.shelby.com with SMTP (MailShield v1.50); Mon, 15 Nov 1999 08:43:31 -0700 Date: Mon, 15 Nov 1999 08:43:31 -0800 (PST) From: Kip Macy X-Sender: kip@luna To: Jon Christopherson Cc: stable@freebsd.org Subject: Re: Threading support for tcl In-Reply-To: <000b01bf2efb$6a53a980$0400a8c0@internal.inetking.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SMTP-HELO: luna X-SMTP-MAIL-FROM: kip@lyris.com X-SMTP-RCPT-TO: jon@jons.org,stable@freebsd.org X-SMTP-PEER-INFO: luna.shelby.com [207.90.155.6] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Go into the Makefile where you see: LIBS = $(MATH_LIBS) -lc change it to be: LIBS = $(MATH_LIBS) -pthread On Sun, 14 Nov 1999, Jon Christopherson wrote: > Hiya all, > > I am currently installing tcl/tk on my server running 3.3-STABLE, it > has an option to install a threaded ver of the source by > using -lpthread(wich i thought would utilize the SMP kernel better). But tcl > doesnt know how to find the threading libs on my system. The configure > script comes up with an error when i use --enable-threads. Is there anything > i have to do to enable this function? or is it part of the base installation > ? any help would be appreciated. Other revelent info : TCL ver is 8.2.2. > > Thanks, > > Jon Christopherson > jon@jons.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message