You are viewing a single comment's thread from:

RE: Steemit mining - from zero to an optimized miner

in #steemd8 years ago

Thanks for doing this, but do you know if its working with 0.12.2?
Ive tried twice, but each time fails with:

--
collect2: error: ld returned 1 exit status
libraries/fc/CMakeFiles/all_tests.dir/build.make:505: recipe for target 'libraries/fc/all_tests' failed
make[2]: *** [libraries/fc/all_tests] Error 1
CMakeFiles/Makefile2:340: recipe for target 'libraries/fc/CMakeFiles/all_tests.dir/all' failed
make[1]: *** [libraries/fc/CMakeFiles/all_tests.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
--

Sort:  

Replying to me own question, the issue is Boost 1.60 and possibly the inclusion of "-with-iostreams" when making it. As your steps install it system wide, this also broke anything else I tried to compile which used boost. I really shouldnt have followed exactly what you wrote and continued building boost into its own folders and not /usr/local

Once I finally got around my now broken system boost libs everything started compiling again.