# Gavin Andresen # 2010-07-28 15:18:25 # https://bitcointalk.org/index.php?topic=604.msg6206#msg6206 I get: @p{brk} Code: /var/folders/n7/n7Do3Krz2RWPeE+1YxvhUU+++TM/-Tmp-//cc8PgHsQ.s:879:suffix or operands invalid for `call' @p{brk} ... compiling cryptopp/sha.cpp (latest SVN source) on my Mac (gcc version 4.2.1). @p{par} I fixed it by adding -DCRYPTOPP_DISABLE_ASM to my makefile; perhaps somebody with more experience compiling C++ on a Mac can figure out a better fix. @p{brk}