Michael Ost most@museresearch.com writes:
Seems I need to use "-m32" for g++, "--32" for as, and "-m elf_i386" for ld. But with all the nested calls of wineg++ and winebuild I can't figure out how to get those options passed in everywhere they are needed.
winegcc already takes care of this, except that it doesn't have the right flags for g++, that's a configure bug. I've committed a fix.