9 Aug
2025
9 Aug
'25
12:53 a.m.
http://bugs.winehq.org/show_bug.cgi?id=58580 --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Building with Unix clang on x86-64 is not supported, because without -mabi=ms the ABIs are not compatible. It will work for simple things but it will break eventually, for instance when using varargs functions. On macOS there is now the further problem that we need to switch the %gs register between PE and Unix code, which means that Winelib dlls can't be supported anymore. You'll need to use the new Unix call interface. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.