[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:01918] Re: How to install tcl with snack in cygwin?


康世胤 wrote :
> Should I install the win32 version of ActiveTcl and configure the demo
> like this :
>
> ./configure --with-tcl-search-path=/cygdriver/ActiveTcl-8.4/bin
>
> Is this the right way ?

yes, but it should be

--with-tcl-search-path=/cygdrive/c/ActiveTcl-8.4/bin

if you installed ActiveTcl for windows in C:\ActiveTcl-8.4 (unless
cygwin changed the path to windows disks ?)

after that, you can check data/Makefile parameter TCLSH. It ought to be
TCLSH = /cygdrive/c/ActiveTcl-8.4/bin/tclsh (maybe tclsh.exe)

Alexis

Follow-Ups
[hts-users:01919] Re: How to install tcl with snack in cygwin?, 康世胤
References
[hts-users:01916] How to install tcl with snack in cygwin?, 康世胤