cvjena / darknet

Extension of the public darknet repository with additional features and code improvements for YOLO.
Other
119 stars 70 forks source link

Trying install on windows (cygwin) #14

Open quixoticblink opened 7 years ago

quixoticblink commented 7 years ago

Having an issue when installing on windows -- using cygwin Request help ?

$ make gcc -Iinclude/ -Isrc/ -Wall -Wno-unknown-pragmas -Wfatal-errors -fPIC -Ofast -c ./src/gemm.c -o obj/gemm.o process_begin: CreateProcess(NULL, gcc -Iinclude/ -Isrc/ -Wall -Wno-unknown-pragmas -Wfatal-errors -fPIC -Ofast -c ./src/gemm.c -o obj/gemm.o, ...) failed. make (e=2): The system cannot find the file specified. make: *** [obj/gemm.o] Error 2

kylechoo333 commented 6 years ago

Hi @quixoticblink, I am having the same problem here using GitBash, did you find the solution to it?