https://bugs.winehq.org/show_bug.cgi?id=57339
--- Comment #5 from zerica@callcc.eu zerica@callcc.eu --- Created attachment 77305 --> https://bugs.winehq.org/attachment.cgi?id=77305 winegcc -o hello.exe hello.c -b x86_64-windows --verbose -Wb,--verbose
seemingly, when adding the `-b x86_64-windows` flag to winegcc, the result is a PE executable that does run fine, unlike the previous result which was an .exe.so shared library alongside a .exe shell wrapper. i attach the verbose output of this invocation