https://bugs.winehq.org/show_bug.cgi?id=41463
--- Comment #6 from Ken Thomases ken@codeweavers.com --- (In reply to Ryan Schmidt from comment #5)
A user provided this otool output; I don't know how to interpret it:
https://trac.macports.org/attachment/ticket/52612/aclui_main.otool.out.txt
Well, the error from "nm" said "unknown load command 4". Load command 4 would show up as LC_THREAD in the otool output[1], but it's not in this output. I wonder if this is from the same file that got the nm error during that build.
[1] See /usr/include/mach-o/loader.h
The problem must've gotten fixed somewhere along the way because wine 2.0.3 builds successfully in MacPorts on Snow Leopard.
Hmm. That's good, I guess, but mysterious. I'm dubious that it was fixed by a change in Wine rather than your build machine configuration (or the port configuration, in terms of how it's built). *shrug*