cbuchner1 / ccminer

Christian Buchner's & Christian H.'s CUDA miner project
Other
273 stars 1.7k forks source link

can't ./configure #20

Open MaximusMcCann opened 10 years ago

MaximusMcCann commented 10 years ago

Using CUDA 6.0, SuSE Linux Enterprise Server 11 sp3

running ./configure or ./configure "CFLAGS=-03" "CXXFLAGS=-03" --with-cuda=/usr/local/cuda-6.0 yields this

shortened:

...
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 7178: syntax error near unexpected token `,'
./configure: line 7178: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'

line 7178 is $config_headers, not sure how to fix. Any help would be greatly appreciated. Cheers

side note. I notice bitcoin isn't listed in the coin list. Does this not mine bitcoins?

cbuchner1 commented 10 years ago

cudaminer/ccminer needs libcurl-devel installed (or whatever the package name of your libcurl developer files is on your particular distribution).

2014-07-06 0:41 GMT+02:00 Max notifications@github.com:

Using CUDA 6.0

running ./configure or ./configure "CFLAGS=-03" "CXXFLAGS=-03" --with-cuda=/usr/local/cuda-6.0 yields this

shortened:

... 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 7178: syntax error near unexpected token ,' ./configure: line 7178:LIBCURL_CHECK_CONFIG(, 7.15.2, ,'

line 7178 is $config_headers, not sure how fix. Any help would be greatly appreciated. Cheers

— Reply to this email directly or view it on GitHub https://github.com/cbuchner1/ccminer/issues/20.

MaximusMcCann commented 10 years ago

Installed libcurl-devel, unfortunately same issue. Thanks for the speedy response!

cbuchner1 commented 10 years ago

would this thread help?

https://bitcointalk.org/index.php?topic=4823.msg588208#msg588208

2014-07-06 1:03 GMT+02:00 Max notifications@github.com:

Installed libcurl-devel, unfortunately same issue. Thanks for the speedy response!

— Reply to this email directly or view it on GitHub https://github.com/cbuchner1/ccminer/issues/20#issuecomment-48098607.

MaximusMcCann commented 10 years ago

Worked like a charm.
Really appreciate the help.

cbuchner1 commented 10 years ago

It mines other crypto currencies that can be traded for bitcoins on exchanges.

-----Original Message----- From: "Max" notifications@github.com Sent: ‎7/‎6/‎2014 1:47 AM To: "cbuchner1/ccminer" ccminer@noreply.github.com Cc: "Christian Buchner" Christian.Buchner@gmail.com Subject: Re: [ccminer] can't ./configure (#20)

nm, guess it never properly exited, but appears to be installed. Have to ask though, does this not mine bit coins? Cheers! — Reply to this email directly or view it on GitHub.