http://bugs.winehq.org/show_bug.cgi?id=24402
Armin Kazmi armin.kazmi@tu-dortmund.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #1 from Armin Kazmi armin.kazmi@tu-dortmund.de 2010-09-14 16:52:41 CDT --- If you alter the command line like this:
winegcc test.c -o test -m32 "-Wb,--as-cmd="as --32",--ld-cmd="ld -melf_i386"" -v
The correct quotation of the cmdline tokens shows up, but still the command fails. It might be possible that winebuild does not parse --as-cmd and --ld-cmd as being a command + arguments but instead as a command only.