make:pthread:找不到命令

时间:2014-12-19 13:27:43

标签: ubuntu makefile

当我使用" make"在ubuntu中使用crunch-3.6,它会发生如下错误:

ubuntu@halflike:~/crunch-3.6$ sudo make
Building binary...
pthread -Wall -pedantic -std=c99   crunch.c -lm  -o crunch
make: pthread: Command not found
make: [crunch] Error 127 (ignored)

如何解决这个问题?

2 个答案:

答案 0 :(得分:0)

我遇到此错误,因为我的计算机上没有安装gcc,apt-get install gcc解决了这个问题。

答案 1 :(得分:0)

您只需要安装 GCC 即可解决此错误...

类型... apt-get install gcc

如果在安装 GCC 时出现任何错误...请键入以下命令...

类型... apt-get update