Has anyone tried to build ccminer with gcc 5.5.0 ?
I'm running Debian 9.3 stretch
nvidia-cuda-toolkit 8.0.44-4
gcc 5.5.0 configured with --disable-multilib
i get this error ERROR: No supported gcc/g++ host compiler found, but clang-3.8 is available.
Use 'nvcc -ccbin clang-3.8' to use that instead.
Should i switch to gcc 5.4.0 like in ubuntu where i have no problems... Just asking because bootstrapping gcc takes a lot of time on the machine i'm using
edit: i think i just had to modify my configure.sh with CXX=g++ instead of CXX=g++-5 for my specific gcc 5.5 manual installation ... i'll check it later