Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot)
by
noided
on 29/01/2018, 19:44:54 UTC
So I'm running into an issue when I run the build.sh script on Linux.

Code:
/usr/bin/ld: scrypt/fermi_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/kepler_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/nv_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/nv_kernel2.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: scrypt/titan_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC

ect...

I tried setting my CFLAGS and CXXFLAGS variables to "-fPIC", aswell as just passing them directly to Make, but neither of those worked, so I'm pretty stumped as to what I should try next...