1
I'm trying to compile litecoin on macosx 10.8.5, I have Xcode installed along with command line tools and have built all recommended dependencies (boost db48 qt4-mac openssl miniupnpc).
When I run sudo make -f makefile.osx USE_UPNP=- I get the following error:
make[1]: llvm-g++: No such file or directory
make[1]: *** [db/builder.o] Error 1
make: *** [leveldb/libleveldb.a] Error 2
Any help in this matter would be greatly appreciated, all my google searches have been in vain.