Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [QRK] Quark | Super secure hashing | CPU mining
by
glongsword
on 27/08/2013, 21:04:50 UTC
cloned the git repo, and got an error message:

user@computer:~/quarkcoin-cpuminer# ./autogen.sh
configure.ac:117: `PTHREAD_FLAGS' includes configure substitution `@PTHREAD_FLAGS@'
configure.ac:117: and is referred to from `minerd_SOURCES';
configure.ac:117: configure substitutions are not allowed in _SOURCES variables

Thoughts?

Thanks!



in Makefile.am line 20
change
Code:
quark.c \
to
Code:
quark.c
enjoy))


Worked like a charm!  Thanks!