luke-jr/bfgminer

making in cygwin error -- make -C libblkmaker compile error -- "No rule to make target 'cygblkmaker_jansson-0.1-0.dll'"

robinh007d-sys opened this issue · 2 comments

everything works ./autogen.sh completes with success

i then ./configure --disable-other-drivers

however when it comes to make i get this error:

`make[3]: Leaving directory '/home/vu/bfgminer/lib'

make -C libblkmaker

make[3]: Entering directory '/home/vu/bfgminer/libblkmaker'

make[3]: Nothing to be done for 'all'.

make[3]: Leaving directory '/home/vu/bfgminer/libblkmaker'

make[2]: *** No rule to make target 'cygblkmaker_jansson-0.1-0.dll', needed by 'bfgminer.exe'. Stop.

make[2]: Leaving directory '/home/vu/bfgminer'

make[1]: *** [Makefile:2845: all-recursive] Error 1

make[1]: Leaving directory '/home/vu/bfgminer'

make: *** [Makefile:1210: all] Error 2
`

i had to move to cygwin as i couldnt make or configure it in mingw or git bash (various other errors)

cant compile on windows 10 no matter what i try, works on ubuntu though, 500Mh/s with a 1060 gtx, nice program, thanks to luke-jr