Excellent guide!
trying to use it to compile my own cudaminer...first I was getting some errors as CUDA toolkit was missing (The original thread is only referring to few simple commands yet the prerequisities have to be met... so this is how I found this post and with the helf of this got CUDA 5.5 installed.
Despite the guide is little older, I tried to follow to get Cudaminer compiled on my Ubuntu 13.10, yet I'm stucked with the below error...
root@DuxfordUB:/home/honza/CudaMiner# make
make all-recursive
make[1]: Entering directory `/home/honza/CudaMiner'
Making all in compat
make[2]: Entering directory `/home/honza/CudaMiner/compat'
make[3]: Entering directory `/home/honza/CudaMiner/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/honza/CudaMiner/compat'
make[2]: Leaving directory `/home/honza/CudaMiner/compat'
make[2]: Entering directory `/home/honza/CudaMiner'
g++ -g -O2 -pthread -L/usr/local/cuda/lib -o cudaminer cudaminer-cpu-miner.o cudaminer-util.o wrapnvml.o cudaminer-sha2.o cudaminer-scrypt.o cudaminer-maxcoin.o cudaminer-blakecoin.o cudaminer-sha3.o cudaminer-scrypt-jane.o salsa_kernel.o sha256.o keccak.o blake.o cudaminer-blake.o fermi_kernel.o kepler_kernel.o test_kernel.o nv_kernel.o nv_kernel2.o titan_kernel.o -L/usr/lib/i386-linux-gnu -lcurl -ljansson -lpthread -lcudart -fopenmp -lcrypto -lssl -lcrypto -lssl
/usr/bin/ld: wrapnvml.o: undefined reference to symbol 'dlopen@@GLIBC_2.1'
/lib/i386-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [cudaminer] Error 1
make[2]: Leaving directory `/home/honza/CudaMiner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/honza/CudaMiner'
make: *** [all] Error 2
root@DuxfordUB:/home/honza/CudaMiner#
went through several posts referring to "DSO missing from command line", but still can't resolve this..
Would an expert be so kind to kick my lazy but in the right direction ?
?
Thanks in advance!!