Post
Topic
Board Mining (Altcoins)
Linux=?
by
drakoin
on 10/12/2013, 20:54:10 UTC
I tried to compile on Linux...

What can I use for Linux?


I get the following error messages:

Code:
./autogen.sh
[...]
Makefile.am: installing `./INSTALL'
configure.ac:114: error: possibly undefined macro: AC_MSG_ERROR
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.  
 
./configure CFLAGS=-O3
[...]
checking for pthread_create in -lpthread... yes
./configure: line 5533: syntax error near unexpected token `,'
./configure: line 5533: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
make: *** No targets specified and no makefile found.  Stop.

it is a recently installed x86_64 Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1
and I used this sourcecode:

Code:
git clone git://github.com/palmd/quarkcoin-cpuminer

Thanks for your help!