Skip to content

Instantly share code, notes, and snippets.

@tekkub
Forked from dschobel/gist:266835
Created December 31, 2009 20:35
Show Gist options
  • Save tekkub/266900 to your computer and use it in GitHub Desktop.
Save tekkub/266900 to your computer and use it in GitHub Desktop.

here is the full compile log: http://gist.github.com/266605

the relevant part is:

check/crc32_x86.S:96:suffix or operands invalid for 'push'
check/crc32_x86.S:97:suffix or operands invalid for 'push'
check/crc32_x86.S:98:suffix or operands invalid for 'push'
check/crc32_x86.S:99:suffix or operands invalid for 'push'
check/crc32_x86.S:265:suffix or operands invalid for 'pop'
check/crc32_x86.S:266:suffix or operands invalid for 'pop'
check/crc32_x86.S:267:suffix or operands invalid for 'pop'
check/crc32_x86.S:268:suffix or operands invalid for 'pop'

which is the build process trying to assemble x86 code. my fix simply is to add the --disable-assembler flag to ./configure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment