On Mon, 2006-11-13 at 15:26 -0800, James G. Sack (jim) wrote:

> > 
> >   http://www.wyatterp.com/index.html
> > 
> 
> Here's my dumb question:
> 
> The Makefile in either of the downloaded tarballs from that site,
> contains a command
> 
>   tcl -c "big-long-commandline with lots of filenames"
> 
> And I can't find any executable named tcl!
> 
> running make exits with the error
>   /bin/sh: tcl: command not found
> 
> (It looks like the command it is supposed to concatenate or otherwise
> combine files together into a package-index --- one of the files in the
> list is a .so library)
> 
> Substituting tclsh doesn't work (it enters interactive mode).
> 

Do you have tcl installed?

[EMAIL PROTECTED] src]$ sudo rpm -qa | grep tcl
Password:
tclx-doc-8.3.5-6
db4-tcl-4.3.27-5.fc4
tcl-8.4.9-3
tcl-devel-8.4.9-3
tclx-8.3.5-6
tclx-devel-8.3.5-6
postgresql-tcl-8.0.3-1
tcl-html-8.4.9-3
ruby-tcltk-1.8.4-3.fc4

If installed you should get something like:

[EMAIL PROTECTED] src]$ tcl -c
tcl: option requires an argument -- c
usage: tcl ?-qun? ?-f? ?script?|?-c command? ?args?
[EMAIL PROTECTED] src]$

PGA
-- 
Paul G. Allen BSIT/SE
Owner/Sr. Engineer
Random Logic Consulting
www.randomlogic.com


-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to