【发布时间】:2020-04-08 03:31:37
【问题描述】:
我在 Ubuntu 中安装 Transcriber 时没有成功。非常困难:s
我按照上面链接的所有步骤进行操作,但无法通过首先安装 tcltk 的这一部分 - ./configure --enable-gcc --enable-shared --prefix=/用户/本地 制作
它不起作用并给出一堆错误。所以我决定在这里搜索并安装 tcltk - Install TCL/TK without root
所以我尝试了代码但它没有再次工作,从这里开始 sudo ./configure --prefix=/opt/tcltk
这是说我在 opt 中没有权限,所以我找到了一种创建 tcltk 文件夹的方法,很好,但是当我输入 sudo 时,它出现了:
checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
Seeconfig.log' 了解更多详情。
`
我厌倦了这些家伙,如果你能帮我安装这个,我将非常感激。我对ubuntu了解不多。谢谢!
【问题讨论】:
-
sudo apt install build-essential将安装编译器。