[/Developer/Sources/TclTk/tcl/unix]# make TCL_LIBRARY="/System/Library/Tcl/${Version}"
tclsh ./../tools/genStubs.tcl ./../generic \
./../generic/tcl.decls ./../generic/tclInt.decls
make: tclsh: Command not found
make: *** [../generic/tclStubInit.c] Error 127
I’m not sure how the process can invoke tclsh with any hope of it working, since that’s what we’re building.
Perhaps I can just pull this off an OS X 10.1 upgrade CD . . . . .