[Starkit] Howto build a threaded tclkit?
Eckhard Lehmann
ecky-l at web.de
Wed Apr 26 20:22:14 CEST 2006
Uwe Koloska schrieb:
> Hello,
>
> I wanna try CrowTDE on Linux and therefore needed a threaded Tcl. The easiest
> way seemed to use a tclkit and provide the necessary libraries before
> building a starkit. But I was not able to find a linux starkit with threads.
> Is there such a beast? Or what do I have to do to build one myself? The
> standard genkit works fine
>
You need to modify genkit.sh in some ways. Besides adding
--enable-threads to the configuration options in proc B, you must
include the threads extension in the whole build. kitsh (I believe) or
any of the extensions needs to link against it. On windows it is
somewhat more "hackish", took me some time to get it to run. On Linux it
is relatively straight forward.
I have done this several times and can send you the genkit.sh script or
the tclkit (8.4) if you like. Just drop me a mail.
Eckhard
BTW, I should open a wiki entry on this...
More information about the Starkit
mailing list