Dear Sirs
Attempted to install VisualTcl in a MinGW setting (evertying else required is already there, eg "wish's", tcl/tk etc file). Unfortunately, the config file appears to be "hardwired" for Unix/Linux.
Is there any chance of a config file that would be MinGW "friendly", or at least some instructions on how we might accomplish the install. For example, in our case, all sources are put in a [Build] dir, and typically something along the lines of
cd [Build] && \
./configure -- prefix=[Dest] ... && \
make && \
make install
is used,
Our MinGW dir structure for installed packages follows:
D:\Apps\MingW\local32\bin
D:\Apps\MingW\local32\lib
... etc
Any assistance with editing the VisualTcl config etc would be greatly appreciated.
Many thanks
DrO