the makefile should be fixed now
Thanks, compiling again, will report back in a couple of hours

couple of hours for compiling?
Close to at least. I'm unable to install cuda toolkit 6 (seems hard on ubuntu 14.04 / mint 17). And compile-times with toolkit 5.5 takes forever.
Compile failed again with same error. Guess djm34 didn't fix my problem in the last update.
g++ -g -O2 -pthread -L/usr/local/cuda/lib64 -o ccminer ccminer-cpu-miner.o ccminer-util.o ccminer-bmw.o ccminer-blake.o ccminer-groestl.o ccminer-jh.o ccminer-keccak.o ccminer-skein.o ccminer-hefty1.o ccminer-scrypt.o ccminer-sha2.o heavy/heavy.o heavy/cuda_blake512.o heavy/cuda_combine.o heavy/cuda_groestl512.o heavy/cuda_hefty1.o heavy/cuda_keccak512.o heavy/cuda_sha256.o ccminer-fuguecoin.o cuda_fugue256.o ccminer-fugue.o ccminer-groestlcoin.o cuda_groestlcoin.o ccminer-myriadgroestl.o cuda_myriadgroestl.o JHA/jackpotcoin.o JHA/cuda_jha_keccak512.o JHA/cuda_jha_compactionTest.o quark/cuda_quark_checkhash.o quark/cuda_jh512.o quark/cuda_quark_blake512.o quark/cuda_quark_groestl512.o quark/cuda_skein512.o quark/cuda_bmw512.o quark/cuda_quark_keccak512.o quark/quarkcoin.o quark/animecoin.o quark/cuda_quark_compactionTest.o cuda_nist5.o ccminer-cubehash.o ccminer-echo.o ccminer-luffa.o ccminer-shavite.o ccminer-simd.o ccminer-hamsi.o ccminer-hamsi_helper.o ccminer-shabal.o ccminer-whirlpool.o qubit/qubit.o qubit/qubit_luffa512.o x13/x14.o x13/fresh.o x13/x17.o x13/x13.o x13/cuda_x13_hamsi512.o x13/cuda_x13_fugue512.o x13/x15.o x13/cuda_shabal512.o x13/cuda_whirlpool512.o x13/whirlcoin.o Algo256/cuda_keccak256.o Algo256/keccak256.o x11/x11.o x11/cuda_x11_luffa512.o x11/cuda_x11_cubehash512.o x11/cuda_x11_shavite512.o x11/cuda_x11_simd512.o x11/cuda_x11_echo.o -L/usr/lib/x86_64-linux-gnu -lcurl compat/jansson/libjansson.a -lpthread -lcudart -static-libstdc++ -fopenmp -lcrypto -lssl -lcrypto -lssl
ccminer-cpu-miner.o: In function `miner_thread':
/home/henning/CryptCoins/compile/djm34/ccminer/cpu-miner.c:972: undefined reference to `scanhash_wh'
x13/x17.o: In function `scanhash_x17':
/home/henning/CryptCoins/compile/djm34/ccminer/x13/x17.cu:315: undefined reference to `sha512_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
/home/henning/CryptCoins/compile/djm34/ccminer/x13/x17.cu:317: undefined reference to `haval256_cpu_hash_64(int, int, unsigned int, unsigned int*, unsigned int*, int)'
/home/henning/CryptCoins/compile/djm34/ccminer/x13/x17.cu:253: undefined reference to `sha512_cpu_init(int, int)'
/home/henning/CryptCoins/compile/djm34/ccminer/x13/x17.cu:255: undefined reference to `haval256_cpu_init(int, int)'
x13/x17.o: In function `x17hash(void*, void const*)':
/home/henning/CryptCoins/compile/djm34/ccminer/x13/x17.cu:201: undefined reference to `sph_sha512_init'
/home/henning/CryptCoins/compile/djm34/ccminer/x13/x17.cu:202: undefined reference to `sph_sha384'
/home/henning/CryptCoins/compile/djm34/ccminer/x13/x17.cu:203: undefined reference to `sph_sha512_close'
/home/henning/CryptCoins/compile/djm34/ccminer/x13/x17.cu:206: undefined reference to `sph_haval256_5_init'
/home/henning/CryptCoins/compile/djm34/ccminer/x13/x17.cu:207: undefined reference to `sph_haval256_5'
/home/henning/CryptCoins/compile/djm34/ccminer/x13/x17.cu:208: undefined reference to `sph_haval256_5_close'
x13/whirlcoin.o: In function `scanhash_test':
/home/henning/CryptCoins/compile/djm34/ccminer/x13/whirlcoin.cu:103: undefined reference to `whirlpool512_setBlock_80(void*)'
collect2: error: ld returned 1 exit status
make[2]: *** [ccminer] Error 1
make[2]: Leaving directory `/home/henning/CryptCoins/compile/djm34/ccminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/henning/CryptCoins/compile/djm34/ccminer'
make: *** [all] Error 2
should be fixed now.