Hello Gentlemen,
I'm trying to build the fork for ZeusMiner and I'm getting the following errors:
sudo make
make all-recursive
make[1]: Entering directory `/home/user/Software/zeus/bfgminer'
Making all in lib
make[2]: Entering directory `/home/user/Software/zeus/bfgminer/lib'
GEN signal.h
GEN string.h
make all-recursive
make[3]: Entering directory `/home/user/Software/zeus/bfgminer/lib'
make[4]: Entering directory `/home/user/Software/zeus/bfgminer/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/user/Software/zeus/bfgminer/lib'
make[3]: Leaving directory `/home/user/Software/zeus/bfgminer/lib'
make[2]: Leaving directory `/home/user/Software/zeus/bfgminer/lib'
Making all in ccan.bfg
make[2]: Entering directory `/home/user/Software/zeus/bfgminer/ccan.bfg'
Makefile:455: ../ccan-upstream/ccan/opt/.deps/libccan_a-helpers.Po: No such file or directory
Makefile:456: ../ccan-upstream/ccan/opt/.deps/libccan_a-opt.Po: No such file or directory
Makefile:457: ../ccan-upstream/ccan/opt/.deps/libccan_a-parse.Po: No such file or directory
Makefile:458: ../ccan-upstream/ccan/opt/.deps/libccan_a-usage.Po: No such file or directory
make[2]: *** No rule to make target `../ccan-upstream/ccan/opt/.deps/libccan_a-usage.Po'. Stop.
make[2]: Leaving directory `/home/user/Software/zeus/bfgminer/ccan.bfg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/Software/zeus/bfgminer'
make: *** [all] Error 2
Any ideas about what I'm missing here. I'm Ubuntu 12.04 LTS 64bit and built a fork for Gridseeds without a problem but this one
https://github.com/Darkwinde/bfgminer is giving me these errors.
thanks much!
======================================
Fix to the problem above
======================================
- deleted the entire bfgminer folder
- re-cloned the fork using Git - very important - if you don't use Git it will not get the submodules
- followed the steps below
git clone
https://github.com/Darkwinde/bfgminer.gitcd bfgminer
./autogen.sh
chmod +x ./configure
./configure CFLAGS="-O3" --enable-scrypt
make
run ./bfgminer --version
- Now to make it system widesudo make install
- To avoid "error while loading shared libraries:"ldconfig