lucasjones / cpuminer-multi

Multi-algo CPUMiner & Reference Cryptonote Miner (JSON-RPC 2.0)
Other
638 stars 1.5k forks source link

Error of autogen.sh![Tiny Core Linux x86] #55

Open Alchimist opened 7 years ago

Alchimist commented 7 years ago

I compile under the Tiny Core Linux. Here is the result: root@box:/tmp/cpuminer-multi-master# ./autogen.sh configure.ac:15: installing ./compile' configure.ac:4: installing./config.guess' configure.ac:4: installing ./config.sub' configure.ac:6: installing./install-sh' configure.ac:6: installing ./missing' compat/jansson/Makefile.am: installing./depcomp' configure.ac:130: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.

What can i do? thanks

Robien commented 7 years ago

I had the same issue. In fact it says that a package is missing. I had the error at the same line (130) so it must be the same package, libcurl. I am on debian so I ran: sudo apt-get install libcurl4-gnutls-dev I then removed the file configure that has been generated anyway in my case (rm configure) and then ./autogen.sh worked just fine and I was able to build flawlessly.

If you have a similar problem but at another line, you should look at this line in the file configure.ac and you will find the library that is missing.