Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: EskimoBob on January 10, 2014, 07:26:39 PM



Title: Problems compiling latest version on PPCoin (PPC)
Post by: EskimoBob on January 10, 2014, 07:26:39 PM
This is what I get
http://pastebin.com/cYzbEtna

Any ideas what's wrong?
I am on

Code:
....$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 13.10
Release:        13.10
Codename:       saucy


Title: Re: Problems compiling latest version on PPCoin (PPC)
Post by: EskimoBob on January 11, 2014, 09:56:33 AM
Anyone?


Title: Re: Problems compiling latest version on PPCoin (PPC)
Post by: jarhed on January 11, 2014, 10:16:55 AM
Post the error msg, not the entire script. ::)


Title: Re: Problems compiling latest version on PPCoin (PPC)
Post by: EskimoBob on January 12, 2014, 10:06:36 AM
Post the error msg, not the entire script. ::)


Are you serious or just trolling?  ???

Code:
collect2: error: ld returned 1 exit status
make: *** [ppcoind] Error 1


Title: [resolved] Re: Problems compiling latest version on PPCoin (PPC)
Post by: EskimoBob on January 12, 2014, 10:46:26 AM
Code:
 rm obj/*.o 

did the trick.

Lets hope that one day, "make clean" takes care of this ;)
 

EDIT:
while in in /src/ , run:
 
Code:
$ make clean -f makefile.unix 



Title: Re: Problems compiling latest version on PPCoin (PPC)
Post by: jarhed on January 12, 2014, 04:19:42 PM
I'm happy you're resolved.

Posting the exact errors as quoted from the terminal will expedite a solution while improving search engine's accuracy if ever I have the same issue.