We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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, , '
The text was updated successfully, but these errors were encountered:
You need to rerun ./autogen.sh after you get a libcurl4-*-dev package installed
Sorry, something went wrong.
No branches or pull requests
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, , '
The text was updated successfully, but these errors were encountered: