Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
RustyShackleford
on 01/03/2014, 21:24:50 UTC
Is anyone having issues compiling on linux?

Ran autogen, then configure --with-cuda=/opt/cuda-5.5

Breaks with this at the end:
Code:
checking for pthread_create in -lpthread... yes
checking for SSL_library_init in -lssl... yes
checking for EVP_DigestFinal_ex in -lcrypto... yes
./configure: line 6142: syntax error near unexpected token `,'
./configure: line 6142: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'

I thought maybe curl wasn't installed, and actually it wasn't, but after installing it I got the same error even after rebooting.

This is pulled from the git, with the latest release having been only 10 hours ago when I pulled it last night Smiley Went and checked around for any extra/unmatched ` , ; ' etc but didn't find any Sad  I am not really a bash scripter

This is debian wheezy 64bit by the way.