KavkaTSR

Results 4 comments of KavkaTSR

maxfunky, look for "socksify"...

Hello. I faced with same problem. Symbol "xmrstak_start_backend" present in ./build/CMakeFiles/CryptoGoblin_opencl.dir/xmrstak/backend/amd/minethd.cpp.o But libCryptoGoblin_opencl.so not contain that symbol. Build runs with no error (except "strip"). gcc version 7.3.1 20180323 [gcc-7-branch revision...

Compile with build.sh. [build.sh.txt](https://github.com/Dead2/CryptoGoblin/files/2541553/build.sh.txt) [biuild.log](https://github.com/Dead2/CryptoGoblin/files/2541530/biuild.log) [ldd.log](https://github.com/Dead2/CryptoGoblin/files/2541539/ldd.log) [nm.log](https://github.com/Dead2/CryptoGoblin/files/2541541/nm.log) Object file is fine. "Extern C" works: ./build/CMakeFiles/CryptoGoblin_opencl.dir/xmrstak/backend/amd> objdump -t minethd.cpp.o |grep xmrstak_start_backend 00000000000035c0 g F .text 0000000000000016 .internal xmrstak_start_backend But ldd libCryptoGoblin_opencl.so...

Still the same problem in last release. But I found the way to build working binaries. Get fresh "git clone", or unpack zip file from github, or do "make clean"....