Autor Tópico: Erro ao Instalar Crunch  (Lida 1472 vezes)

Offline matche10

  • Usuário Ubuntu
  • *
  • Mensagens: 8
    • Ver perfil
Erro ao Instalar Crunch
« Online: 23 de Agosto de 2012, 21:00 »
Olá pessoal. Preciso de um programa que gere wordlist e ouvi falar do crunch, então resolvi usá-lo. Baixei o arquivo crunch-3.3.tgz, extrai ele, mas quando dou o comando make, o seguinte é retornado:

Building binary...
/usr/bin/gcc -pthread -Wall -pedantic -lm -std=c99  crunch.c -o crunch
crunch.c: Na função ‘PrintPercentage’:
crunch.c:1387:20: aviso: variable ‘finall’ set but not used [-Wunused-but-set-variable]
crunch.c: Na função ‘renamefile’:
crunch.c:1430:12: aviso: variable ‘pidret’ set but not used [-Wunused-but-set-variable]
crunch.c: Na função ‘main’:
crunch.c:2348:8: aviso: variable ‘loaded’ set but not used [-Wunused-but-set-variable]
/tmp/cceSSGpv.o: In function `count_strings':
crunch.c:(.text+0x2592): undefined reference to `pow'
crunch.c:(.text+0x28fc): undefined reference to `pow'
crunch.c:(.text+0x2c95): undefined reference to `pow'
collect2: ld returned 1 exit status
make: ** [crunch] Erro 1


O que pode estar errado?

Offline matche10

  • Usuário Ubuntu
  • *
  • Mensagens: 8
    • Ver perfil
Re: Erro ao Instalar Crunch
« Resposta #1 Online: 24 de Agosto de 2012, 11:40 »
Aê galera, o seguinte fórum resolveu meu problema:

http://ubuntuforums.org/showthread.php?t=1928343

:D