Author

Topic: [MACOSX] Compiling Litecoin From Terminal (Read 833 times)

full member
Activity: 168
Merit: 100
May 05, 2013, 10:47:13 AM
#3
"ld: symbol(s) not found for architecture x86_64"
It sounds like you're missing 64-bit libraries.

Which ones would that be? I followed all the instructions from the build osx.txt instruction file in the doc folder in the Litecoin source code
sr. member
Activity: 336
Merit: 254
CEO of Privex Inc. (www.privex.io)
"ld: symbol(s) not found for architecture x86_64"
It sounds like you're missing 64-bit libraries.
full member
Activity: 168
Merit: 100
I have completed all the nessecary steps, installed Xcode, Macports etc.

When I am trying to Compile Litecoin I do this in terminal:

cd /users/myusername/downloads/litecoin/src/

then I type: make -f makefile.osx

It runs for a while and then stops at this error:

ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [litecoin] Error 1

What did I do wrong? How can I solve this?

Thanks
Jump to: