I'm trying to compile this under macOS Mavericks.
cudaminer-src-2013.12.10
Have installed the nvidia CUDA package and can see the libraries are in the locations mentioned so have exported the paths.
./configure wouldn't do anything
./configure
-bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory
ran make configure and got the following
garethswellsmbp:cudaminer-src-2013.12.10 gtsewell77$ make configure
Makefile:380: .deps/cudaminer-cpu-miner.Po: No such file or directory
Makefile:381: .deps/cudaminer-scrypt.Po: No such file or directory
Makefile:382: .deps/cudaminer-sha2.Po: No such file or directory
Makefile:383: .deps/cudaminer-util.Po: No such file or directory
make: *** No rule to make target `.deps/cudaminer-util.Po'. Stop.
any ideas? Thanks!