Re: tclkit build failure on freebsd
Pat Thoyts <[email protected]> Mon, 15 Feb 2010 21:07:55 +0000
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
On 15 February 2010 16:16, Karl Lehenbauer <[email protected]> wrote: > This used to work but now I'm getting an error when I do tclsh8.5 > genkit B tcl. Really we are on Tcl 8.5. We use tclkit to build > critcl so we can build the C accelerators for tcllib mostly so that > Apache can start fast because it's slow when all the Apache children > check the Tcl search path again and again due to "package require" > failing to find the C extensions. > > How can I build a Tcl 8.5 version of tclkit for FreeBSD? [snip] At a guess this is a link failure due to the removal of the stubs linking bits from the main tcl library. Try adding -ltclstubs85 into the link command and it will probably work. You might need -ltkstubs85 too. -- You received this message because you are subscribed to the "starkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/starkit?hl=en