在 $PATH 中找不到可接受的 C 编译器

Sov*_*ith 52 compiling c install-from-source

我想安装一个名为speech_tools-2.1-release.tar.gz. ./configure在这个包中运行命令后,它向我显示一条消息:

Configure: error: no acceptable C compiler found in $PATH  
See 'config.log' for more details  
Run Code Online (Sandbox Code Playgroud)

我该怎么办?

mik*_*ver 77

运行sudo apt-get install build-essential以安装 C 编译器。

  • 我必须先运行 apt-get update 和 apt-get upgrade (8认同)