Re: Tclkit 8.4.15 and 8.5a6

"Gilles Pérez-Lambert" <[email protected]> Sun, 16 Sep 2007 19:21:22 +0200
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <[email protected]>
Hello,

2007/9/8, Gilles Pérez-Lambert <[email protected]>:
> How can I build a -static- version (for linux x86 at least)? I don't
> see a static option in genkit. Am I missing something?

I'll answer to my own question. :-) I found:

http://mailinglist-archive.com/lang.tcl.starkit/2006-04/msg00018.html

I followed the instructions. Well, almost. In fact, I modified the
genkit file by adding 'kitsh-static' to the 'all' section. And I
manually did the concatenation of kitsh and the runtime via 'cat kitsh
runtime85.kit > mykitsh'. I did not successfully succeed in building
tk due to a problem with xft or fontconfig but, as I wanted a
tlckit-cli only, it was not a problem for now.

Thanks,

Gilles.