Jeff Galyan <[EMAIL PROTECTED]> writes: > Mesa cannot be built with Cygnus GNUpro tools if you build with x86 > assembly enabled. The assembly files in src/X86 appear to have been > written for nasm instead of as, and the Cygnus GNUpro assembler cannot > process them since the files are not AT&T syntax. > > Since very few people are using nasm as compared to as, it would be good > to at least re-write the m4 scripts to allow the user to choose which > assembler syntax is to be used (i.e., NASM or GNU/AT&T). You can choose between GNU and NASM by defining GNU_ASSEMBLER or NASM_ASSEMBLER. It defaults to GNU syntax, so I think something else is probably going wrong. If you send the error messages I'll try to help you fix it. Josh _______________________________________________ Mesa-dev maillist - [EMAIL PROTECTED] http://lists.mesa3d.org/mailman/listinfo/mesa-dev
