Skip to content
New issue

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

LIBCURL ERROR #10

Open
asanchez500 opened this issue Aug 29, 2018 · 1 comment
Open

LIBCURL ERROR #10

asanchez500 opened this issue Aug 29, 2018 · 1 comment

Comments

@asanchez500
Copy link

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
Copy link

clintar commented Nov 19, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants