This version of Crunch is the first one to compile without errors, but I still had to add math libraries manually.
Printable View
This version of Crunch is the first one to compile without errors, but I still had to add math libraries manually.
That is good to know.
Do you compile on BackTrack? What release? What type of computer do you have? Do you use the included Makefile to compile?
Thanks,
Compiled fine (with math libraries added manually):
No, Ubuntu 12.04 64-bit, Crunch 3.3, Acer laptop (5552G) and used included Makefile.
Did not compile (with math libraries added manually):
Ubuntu 12.04 64-bit, Crunch 3.2, Acer laptop and used included Makefile.
I cd-ed into the folder containing crunch.c and ran that command. On Crunch 3.2 it didn't compile after make, but 3.3 did.Code:/usr/bin/gcc -Wall -lm -pthread -std=c99 -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 crunch.c -o crunch -lm
Source: http://ubuntuforums.org/showthread.php?t=1873300
I wonder why the math library is not being included. I will look into this.