cryptozoidberg / cpuminer-multi

Multi-algo CPUMiner
Other
12 stars 31 forks source link

LIBCURL ERROR #10

Open asanchez500 opened 5 years ago

asanchez500 commented 5 years ago

Hello am trying to compile for powerpc64 architecture by cross compiling with GCC. Basically:

git clone https://github.com/virtual-coin/wolf-cpuminer-multi cd wolf-cpuminer-multi ./configure --host=powerpc64-linux-gnu --prefix=$PREFIX --with-termlib CPPFLAGS=-P make make install

It almost finishes configuring but fails to due a LIBCURL error? Do you think I need to install the Curl library or something?

This is the actual error:

./configure: line 5603: syntax error near unexpected token ',' ./configure line 5603: 'LIBCURL_CHECK_CONFIG(, 7.15.2, , '

clintar commented 5 years ago

You need to rerun ./autogen.sh after you get a libcurl4-*-dev package installed