I have commited a series of updates to the Tcl module that will ease building
without a Tcl installation. The CVS sources now have the basic Tcl core
header files, and the stub libraries for a series of platforms. For these
platforms, it is now possible to build like so:
perl Makefile.PL --include "-I`pwd`/tcl-core/include"
--library "-L`pwd`/tcl-core/$arch -ltclstub8.4"
There is also a --define if necessary. For the above, win32-x86 the stub
library has no .'s in it (just -ltclstub84), and for darwin-universal, you
have to add "-framework Carbon" to --library.
Vadim - this shouldn't make a difference to general operation, but if you
could push out a release, others might find this easier for building.
Regards,
Jeff Hobbs, The Tcl Guy, http://www.ActiveState.com/