Has anyone else come across problems building Crunch wordlist generator on *buntu 11.10? Or has anyone had any success? I'm following the generic "tar, cd, make, make install" dance and here's what I get when I attempt the "make":
Code:
[root:/pentest/wordlists/crunch3.1]# ls -lh
total 132K
-rw-r--r-- 1 root root 5.5K 2011-04-06 17:13 charset.lst
-rw-r--r-- 1 root root  16K 2011-07-19 16:42 crunch.1
-rw-r--r-- 1 root root  77K 2011-07-19 17:39 crunch.c
-rw-r--r-- 1 root root  18K 2011-04-06 17:13 GPL.TXT
-rw-r--r-- 1 root root 2.5K 2011-07-19 16:45 Makefile

[root:/pentest/wordlists/crunch3.1]# make
Building binary...
/usr/bin/gcc -Wall -lm -pthread -std=c99  crunch.c -o crunch
crunch.c: In function ‘PrintPercentage’:
crunch.c:541:20: warning: variable ‘finall’ set but not used [-Wunused-but-set-variable]
crunch.c: In function ‘renamefile’:
crunch.c:567:12: warning: variable ‘pidret’ set but not used [-Wunused-but-set-variable]
crunch.c: In function ‘main’:
crunch.c:1310:8: warning: variable ‘loaded’ set but not used [-Wunused-but-set-variable]
crunch.c:1308:8: warning: variable ‘flag4’ set but not used [-Wunused-but-set-variable]
/tmp/ccOLPNq0.o: In function `main':
crunch.c:(.text+0x6511): undefined reference to `pow'
crunch.c:(.text+0x662b): undefined reference to `pow'
crunch.c:(.text+0x6934): undefined reference to `pow'
crunch.c:(.text+0x6a84): undefined reference to `pow'
collect2: ld returned 1 exit status
make: *** [crunch] Error 1
[root:/pentest/wordlists/crunch3.1]#