Open asanchez500 opened 6 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, , '
You need to rerun ./autogen.sh after you get a libcurl4-*-dev package installed
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, , '