Forum Thread: Issues on Cygwin

sorry for having so many questions for today~
but i do need a help on cygwin.
i've tried to install crunch on cygwin but it shows this to me.

User@User-PC ~/crunch-3.6
$ make
Building binary...
/usr/bin/gcc -pthread -Wall -pedantic -std=c99 undefined crunch.c -lm -o crunch
gcc: error: undefined: No such file or directory
Makefile:74: recipe for target 'crunch' failed
make: * crunch Error 1

is there anyone could teach me on how do i solve it?

6 Responses

hello,boss glad to meet you i am also one of the new learner for hacking the wifi password by using windoes command can you please help me how to hack it .thank you

Try removing "undefined" in that line of the makefile.

how?im actually new in this lol~

Open the file named as Makefile, and at this line:
/usr/bin/gcc -pthread -Wall -pedantic -std=c99 undefined crunch.c -lm -o crunch
Remove "undefined", save the file and remake.

what do i need to edit the file?

A text editor?.

Share Your Thoughts

  • Hot
  • Active