Re: Troubleshooting openSUSE's packaging process
Alexandre Julliard <[email protected]> Thu, 03 Apr 2025 20:53:03 +0200
| Newsgroups | gmane.comp.emulators.wine.devel |
|---|---|
| Message-ID | <87ldshnkkw.fsf@wine> |
Alexander Leithner <[email protected]> writes: > Since I don't expect --with-x --with-wayland --with-gstreamer --verbose > to change anything on whether archive files are built, how come the > 64-bit build on OBS is not providing these *.a for x86_64-unix? It looks like the compiler doesn't support -mabi=ms, or it's not detected correctly: checking for working -mabi=ms... no The default sysv ABI is not compatible on x86-64, so Unix libraries can't be built without -mabi=ms. On i386 the ABIs are compatible so that option is not required. -- Alexandre Julliard [email protected]