vertcoin / vertcoin-old

Vertcoin source tree
http://www.vertcoin.org
MIT License
76 stars 41 forks source link

libmemenv.a could not read symbols: Archive has no index; run ranlib to add one #9

Closed iScrypt closed 10 years ago

iScrypt commented 10 years ago

Hello

i m getting this error while compiling

"libmemenv.a could not read symbols: Archive has no index; run ranlib to add one"

any idea how to solve this

Paul-Bradley commented 10 years ago

Hi,

Strange, I have built several times from the current git (including today) without issues, but this sounds like a stale object file. Try to

make -f makefile.unix clean

Then build again. Let me know if you still have issues.

Thanks

On 5 March 2014 06:38, iScrypt notifications@github.com wrote:

Hello

i m getting this error while compiling

"libmemenv.a could not read symbols: Archive has no index; run ranlib to add one"

any idea how to solve this

Reply to this email directly or view it on GitHubhttps://github.com/vertcoin/vertcoin/issues/9 .

erkmos commented 10 years ago

Closing this as it appears to be an isolated case.