Hi,
How, or indeed can I, build and run TCL on Mac OS X Leopard using v4_2_2. A simple make does nothing while the best I have so far is
$ make run rm -f tcltk.o* ../../gsc/gsc -:=./../.. -cc-options " -I/usr/X11/include" -ld-options " -lSM -lICE -L/usr/X11/lib -R/usr/X11/lib -ltcl -ltk -lX11" ./ tcltk.scm ../../gsi/gsi tcltk -e '(load "test") (main)' ((##tcltk-exit) ##tcltk-exit-should-terminate?: #f)
With no TCL window appearing on the screen and the script hanging oblivious to Ctl-C. I have run with both X Windows running and without.
Also can I run Gambit with TCL on Windows?
Nick Walton