This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

TCL Installation Problem

Old posts that have not been replied to for several years.
Locked
B
BiLL
Halfop
Posts: 78
Joined: Wed Sep 26, 2001 8:00 pm
Location: Germany

Post by BiLL »

Heyya,

I would like to install tcl on a shell, but after unzipping the file (tcl8.0.5 / tcl 8.3.3 / tcl8.3.4 - I tried every version) I get the following error:

(in dir /unix):

./configure --prefix=/home/bill/tcl834 --exec-prefix=/home/bill/tcl834 --disable-shared

./configure: sed: command not found
./configure: sed: command not found
./configure: sed: command not found
./configure: sed: command not found
./configure: sed: command not found
./configure: sed: command not found
configure: error: can not find sources in or ..

It worked every time but now not. I dunno why. Something wrong with the unzipper? (tar -zxvf)
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

as it says, you're missing sed - a standard unix tool. i think there's a gnu version of it you could use
Locked