rene wrote:
> I tried building Tcl/Tk in msys (windows) and outside the source tree
> cd mydir; c:/home/rene/tcl8.5/win/configure
> make
> [but it didn't work]
Invoke configure like this:
/c/home/rene/tcl8.5/win/configure
Msys is a funny blend of windows and unix; sometimes things are a little
odd, but there's usually a way. More troublesome is if you've got
directories with spaces in in the path or the working directory. That
can cause real annoyance (least it has done for me in the past) as many
Unix-derived scripts aren't robust against that sort of thing; Unix
culture has frowned upon non-graph characters in filenames for, well,
longer than I've used computers.
Of course, if they'd used Tcl instead, they would not have had problems
but that's a whole 'nother story. :-)
Donal.