Created
December 31, 2009 18:31
-
-
Save dschobel/266835 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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