|
From: Greg N. <no...@uc...> - 2004-04-14 05:11:28
|
I'd like to get TclPro running, but I'm completely stuck. I'm running
Red Hat Linux 9, and I've tried the binary installers out there but get
the following:
Installer error:
couldn't execute
"/home/novak/Projects/CS291/Software/tclpro1.4/unix/uzpln86": no such
file or directory
while executing
"exec $unzip -Zt [FindFile $src $file"
(procedure "install::calculateSizeAndCount" line 10)
invoked from within
"install::calculateSizeAndCount $::installImageRoot"
(procedure "gui::showWindow" line 24)
invoked from within
"gui::showWindow"
Note that the file uzpln86 exists and is executable, but it's apparently
trying to invoke another executable that doesn't exist.
I also tried compiling from source, using anonymous CVS checkouts
from sourceforge. After (much) fooling around, I stumbled upon scant
documentation that seems to suggest that you need TclPro installed in
order to compile it from source:
http://sourceforge.net/docman/display_doc.php?docid=9981&group_id=13969
So: any tips on how to get this running?
Thanks,
Greg
|