Date: Mon, 15 Nov 1999 08:43:31 -0800 (PST) From: Kip Macy <kip@lyris.com> To: Jon Christopherson <jon@jons.org> Cc: stable@freebsd.org Subject: Re: Threading support for tcl Message-ID: <Pine.SOL.4.05.9911150842450.23308-100000@luna> In-Reply-To: <000b01bf2efb$6a53a980$0400a8c0@internal.inetking.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.05.9911150842450.23308-100000>