Install on Mac OS X
Brought to you by:
bofh28
I've downloaded source code
When I do the make command this is what I get:
make
Building binary...
/usr/bin/gcc -pthread -Wall -pedantic -std=c99 -W 32 crunch.c -lm -o crunch
i686-apple-darwin11-llvm-gcc-4.2: 32: No such file or directory
make: *** [crunch] Error 1
I have no problem compiling other source code using gcc....
Running con Mac OS 10.6.8 Snow Leopard
gcc 4.2.1
Try this please:
/usr/bin/gcc -pthread -Wall -pedantic -std=c99 crunch.c -lm -o crunch
Closing due to no response from user