
5 Mar
2012
5 Mar
'12
10:31 a.m.
Thanks for your comments so far. Do you have any ideas about these error messages? 2012/3/1 Maciej (Matchek) Bliziński <maciej@opencsw.org>
/var/tmp//ccU7e2QF.s: Assembler messages: /var/tmp//ccU7e2QF.s:401: Error: Architecture mismatch on "cas". /var/tmp//ccU7e2QF.s:401: (Requires v9|v9a|v9b; requested architecture is v8.)
It sounds like there's assembler code which requires the v9 architecture, while v9 is 64-bit. To build 32-bit binaries, I need to build for the v8 (or v8+) architecture. Is that also related to boost.context? Maciej