"Steven Edwards" <[EMAIL PROTECTED]> wrote: [skipped]
> /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccU3cEQ7.s:1104: Warning: > unknown se > ction attribute 'a' > /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccU3cEQ7.s:1106: Error: > unknown pseu > do-op: `.previous' > make: *** [commdlg.spec.o] Error 1 That's the problem with binutils/gas which doesn't support for some reason the .previous statement for the PE target. There are at least two possibilities to resolve it: 1) implement required support in binutils/gas, 2) rearrange code produced by winebuild to not require .previous statement at all. -- Dmitry.