Hi,
I'm trying to compile te LiteCoin source on 10.9.
First I installed the dependencies using Macports:
Downloaded Xcode from the Mac Appstore.
Cloned from github. (https://github.com/litecoin-project/litecoin.git)
In terminal navigated to the src folder and ran:
It starts compiling and then gives me the following error:
Copied more of the output onto pastebin: http://pastebin.com/TwUDw8Km
What am I missing here? Hope someone can help me out.
Kind regards,
Wilson
I'm trying to compile te LiteCoin source on 10.9.
First I installed the dependencies using Macports:
Code:
sudo port install boost db48 qt4-mac openssl miniupnpc git
Downloaded Xcode from the Mac Appstore.
Cloned from github. (https://github.com/litecoin-project/litecoin.git)
In terminal navigated to the src folder and ran:
Code:
make -f makefile.osx
It starts compiling and then gives me the following error:
Code:
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [litecoind] Error 1
Copied more of the output onto pastebin: http://pastebin.com/TwUDw8Km
What am I missing here? Hope someone can help me out.
Kind regards,
Wilson