Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
tachyon_john
on 25/03/2014, 01:42:47 UTC
I'm trying to setup CudaMiner on Ubuntu 13.10, but I'm getting the following error compiling it.  Any ideas?
Code:
make[1]: Entering directory `/home/berniehglee/CudaMiner'
Making all in compat
make[2]: Entering directory `/home/berniehglee/CudaMiner/compat'
Making all in jansson
make[3]: Entering directory `/home/berniehglee/CudaMiner/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berniehglee/CudaMiner/compat/jansson'
make[3]: Entering directory `/home/berniehglee/CudaMiner/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/berniehglee/CudaMiner/compat'
make[2]: Leaving directory `/home/berniehglee/CudaMiner/compat'
make[2]: Entering directory `/home/berniehglee/CudaMiner'
g++  -g -O2 -pthread -L/usr/local/cuda/lib64  -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/x86_64-linux-gnu -lcurl compat/jansson/libjansson.a -lpthread  -lcudart -fopenmp -lcrypto -lssl  -lcrypto -lssl
/usr/bin/ld: wrapnvml.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line


Hi,
  If you edit the Makefile.am and remove the "-ldl" and rerun the autogen.sh, and make, does it link, or not?  Does your system have a libdl.so or libdl.a in /lib, /lib64, or /usr/lib or /usr/lib64?

Cheers,
  John