137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
packages from Tcl build. This excludes the following packages:
tcltest
Additionally, any bundled packages (in the "pkgs" directory)
are excluded. This typically includes (as of Tcl 8.6):
itcl thread
Also, TclOO is removed from Tcl 8.6 forcefully.
Cross compiling Environment Variables:
1. CC
C compiler e.g. i686-pc-mingw32-gcc
|
>
>
|
>
|
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
|
packages from Tcl build. This excludes the following packages:
tcltest
Additionally, any bundled packages (in the "pkgs" directory)
are excluded. This typically includes (as of Tcl 8.6):
itcl thread
10. KC_TCL_STATICPKGS
Set this variable to the value "1" to attempt to force the
packages included in the "pkgs" directory of Tcl 8.6+
to be compiled statically
Cross compiling Environment Variables:
1. CC
C compiler e.g. i686-pc-mingw32-gcc
|