Home > Archive > Tcl > February 2005 > I wish I could find wish ...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
I wish I could find wish ...
|
|
| Mark Sornson 2005-02-24, 4:01 pm |
| I'm new at this.
I downloaded tcl8.4.9-src.tar.gz from www.tcl.tk
and successfully built it on HP-UX 11.23 (on ia64).
But, I cannot find wish anywhere.
If it's in the kit, how do I build/install it,
and where does it go? If it's not in the kit,
where do I get it from?
Thanks in advance.
-mark.
| |
| Larry W. Virden 2005-02-24, 4:01 pm |
| after installing the tcl source, then download, build, and install the
tk8.4.9-src.tar.gz file from the same place.
Now you have a 'wish' and a tclsh.
| |
| Michael Schlenker 2005-02-24, 4:01 pm |
| Mark Sornson schrieb:
> I'm new at this.
>
> I downloaded tcl8.4.9-src.tar.gz from www.tcl.tk
> and successfully built it on HP-UX 11.23 (on ia64).
> But, I cannot find wish anywhere.
>
> If it's in the kit, how do I build/install it,
> and where does it go? If it's not in the kit,
> where do I get it from?
Did you download and build the tk8.4.9-src.tar.gz file also? wish is
tclsh+Tk, so you won't find it in the tcl sources...
Michael
| |
| Mark Sornson 2005-02-24, 4:01 pm |
| Thanks for the clue. Wish granted.
-m.
Larry W. Virden wrote:
> after installing the tcl source, then download, build, and install the
> tk8.4.9-src.tar.gz file from the same place.
>
> Now you have a 'wish' and a tclsh.
>
|
|
|
|
|