Has anyone else compiled optiminer on a mac?
Running configure returns
./configure: line 5624: syntax error near unexpected token `,'
./configure: line 5624: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
I have seen this issue (
https://github.com/OhGodAPet/hodlminer-wolf/issues/1), and followed the steps listed but it still did not produced the same error.
Curl and openssl are installed, running curl -V produces
curl 7.54.0 (x86_64-apple-darwin16.0) libcurl/7.54.0 SecureTransport zlib/1.2.8
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile GSS-API Kerberos SPNEGO NTLM NTLM_WB SSL libz UnixSockets
Sorry if this is a dumb question. I have spent many hours trying to get this package to compile, cross-compiling, modifying the script, etc. Perhaps I am missing the obvious solution.
If more information is needed, I would be more than happy to provide it. Any help is greatly appreciated.
MAC is a tricky critter. Your error is definitely a library issue. Have you checked all dependencies as well as have the SDKs on your local? Also, what version of Ubuntu are you using? We have found that Ubuntu 14.04 is most favorable as the MAC versions have very strict gcc / libc dependencies.
If you are not on Ubuntu 14.04. Get Oracle VMBox to build, much easier... Keep us posted.