2003-06-03
- new static link build for 4.0
- genkit fixed for static builds, use "genkit B zlib vfs mk itcl tk kit"
- see also notes at Tclkit static builds
2002-11-05
- now statically linked (X11, C, C++, everything)
- should work on all Tru64 5.1 alpha platforms
2002-11-04
- built with genkit on 5.1
- built using Tru64 C++ compiler (CXX)
- there seems to be an issue with loading a shared lib for the 2nd time
If you want to build Tclkit yourself
- note that that you need to link with "-non_shared"
- the last item on the link command line should be "-ldnet_stub", because the Tru64 X11 libraries include DECnet support (!!!) and Tclkit needs to link against a dummy DECnet library
- this means that the Tru64 Tclkit doesn't support DECnet
Note to self (jcw) - build flags from last time:
cxx -v -non_shared -o kit pwb.o kitInit.o zlib.o rechan.o tclAppInit.o ../tcl/libtcl8.4.a ../itcl/libitcl3.3.a ../mk/.libs/libmk4tcl.a ../vfs/libvfs1.0.a ../zlib/libz.a -L$BASEDIR/build/`hostname`/tk -ltk8.4 -lX11 -lm -ldnet_stub