/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
目录
相关文章
|
Shell
/bin/sh: 1: tclsh: not found
/bin/sh: 1: tclsh: not found
991 0
|
4月前
|
Shell 应用服务中间件 开发工具
bash: vi: command not found
bash: vi: command not found
|
5月前
|
Ubuntu
./autogen.sh: 5: ./autogen.sh: autoreconf: not found
./autogen.sh: 5: ./autogen.sh: autoreconf: not found
|
6月前
|
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
121 0
|
11月前
|
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
75 0
/usr/bin/xsltproc: not found
/usr/bin/xsltproc: not found
78 0
onfigure: error: cannot find install-sh, install.sh, or shtool in
onfigure: error: cannot find install-sh, install.sh, or shtool in
195 0
|
Shell
#!/bin/sh与#!/bin/bash有区别
#!/bin/sh与#!/bin/bash有区别
86 0
|
开发工具 git
/usr/bin/env: escript: No such file or directory的解决办法
/usr/bin/env: escript: No such file or directory的解决办法
372 0