In my previous post I asked about csh. Since Slitaz does not seem to provide csh I am trying manually modify the csh script I wanted to run. I changed the script to use bash and immediatly I got another problem.
The script tries to run a tcl script file and failed:
./installer.tcl: line 3: exec: wish8.3: not found
The line 3 in above mentioned installer.tcl script has this:
exec wish8.3 "$0" "$@"
So my question is how do I get this wish8.3? Or maybe the system does not understand the "exec" part?
I installed tk and modifed the original tcl script to use wish8.5 instad of wish8.3. I got passed that problem. Still needs some work as I am runnign a csh script using bash. Some arguments are not passed properly to the tcl. I am working on that.
This issue is solved - installing tk get you wish8.5.
Thanks for tip linking wish 8.3 to the wish. That way I can keep the original tcl script as is.
What I am trying to install is some kind of CAD program, not available as package. I hope I can make it work with Slitaz as I like how fast it runs on this old machine.
to be true seawolf said that a little bit before me :-) i asked you about the program because if debian has a package for it you could try to install it converting debian package to slitaz package using tazpkg convert. you should do it for the packages and for the dependencies which does not have a slitaz package. you may want to check http://packages.debian.org/lenny/qcad PS if zsh works as a csh replacement put solved in the other thread too