/bin/sh: 1: tclsh: not found

简介: /bin/sh: 1: tclsh: not found
  • 编译错误
cc  -g -O2 -o mksourceid /home/tsit/build/../sqlite/tool/mksourceid.c
tclsh /home/tsit/build/../sqlite/tool/mksqlite3h.tcl /home/tsit/build/../sqlite >sqlite3.h
/bin/sh: 1: tclsh: not found
Makefile:1069: recipe for target 'sqlite3.h' failed
make: *** [sqlite3.h] Error 127
  • 先搜索
apt search tcl
tk8.6/10.0 8.6.5-1kord amd64
  Tk toolkit for Tcl and X11 v8.6 - windowing shell
tk8.6-dev/10.0 8.6.5-1kord amd64
  Tk toolkit for Tcl and X11 v8.6 - development files
  • 安装
sudo apt-get install tcl8.6
sudo apt-get install tcl8.6-dev
目录
相关文章
|
6月前
|
Shell 应用服务中间件 开发工具
bash: vi: command not found
bash: vi: command not found
|
12月前
|
Ubuntu
./autogen.sh: 5: ./autogen.sh: autoreconf: not found
./autogen.sh: 5: ./autogen.sh: autoreconf: not found
183 1
|
Kubernetes Shell 容器
starting container process caused “exec: \“/bin/bash\“: stat /bin/bash: no such file or directory
starting container process caused “exec: \“/bin/bash\“: stat /bin/bash: no such file or directory
246 0
|
Java Linux Nacos
[root@CentOS7 bin]# ./startup.sh -p 3333 which: no javac in (/usr/local/sbin:/usr/local/bin:/usr/sbi
[root@CentOS7 bin]# ./startup.sh -p 3333 which: no javac in (/usr/local/sbin:/usr/local/bin:/usr/sbi
./autogen.sh: 3: gtkdocize: not found
./autogen.sh: 3: gtkdocize: not found
97 0
|
Shell 数据库管理
/bin/sh: 1: tclsh: not found
/bin/sh: 1: tclsh: not found
279 0
/usr/bin/xsltproc: not found
/usr/bin/xsltproc: not found
126 0
|
Java jenkins Shell
Starting Jenkins bash: /usr/bin/java: No such file or directory
Starting Jenkins bash: /usr/bin/java: No such file or directory
395 0
|
Linux Shell
在“PATH”设置出错的情况下为什么键入"export PATH=/usr/bin:/usr/sbin:/bin:/sbin"后就可以使用常用命令了
在“PATH”设置出错的情况下为什么键入"export PATH=/usr/bin:/usr/sbin:/bin:/sbin"后就可以使用常用命令了
4061 0