Cuda compiling
Click here for full thread
Forum Vet
1:17:43 PM PST - Wed, Feb 10th 2016
-lstdc++ missing
Please add -lstdc++ from your CUDA_LIBS setting, e.g.
export CUDA_LIBS="-L/usr/local/cuda-6.5/lib64 -L/usr/local/cuda-6.5/lib -lcudart -lstdc++"