Paul G. Allen wrote: > 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 >
rpm -qa | grep tcl tcl-8.4.13-1.1 ruby-tcltk-1.8.5-1.fc5 postgresql-tcl-8.1.4-1.FC5.1 tclx-devel-8.4.0-1.2 tcl-8.4.13-1.1 db4-tcl-4.3.29-8.fc5 tclx-8.4.0-1.2 tclx-8.4.0-1.2 tcl-html-8.4.13-1.1 tcl-devel-8.4.13-1.1 tclx-doc-8.4.0-1.2 Would you do me a favor: Tell me what you get when you run which tcl and also rpm -qf `which tcl` Regards, ..jim -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
