Post
Topic
Board Mining software (miners)
Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx
by
tomek74
on 16/08/2011, 05:42:34 UTC
Has anyone built successfully cgminer on Mac OS X 10.6.8 or 10.7?
I have tried it myself, and got this error:

Code:
./configure: line 11004: syntax error near unexpected token `PKG_CHECK_MODULES'
./configure: line 11004: `PKG_CHECK_MODULES(LIBCURL, libcurl >= 7.15.6, AC_DEFINE([CURL_HAS_SOCKOPT], [1], [Defined if version of curl supports sockopts.]),'

On Lion there is curl version 7.21.4 installed, see:
Code:
curl --version
curl 7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM SSL libz

Any ideas or suggestions?