Alexander Leithner aleithner@level101.at 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.