When I use "make" to crunch-3.6 in ubuntu, it happen error as below:
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)
How to solve this problem?