https://sourceware.org/bugzilla/show_bug.cgi?id=28363
--- Comment #2 from Ralf Habacker <ralf.habacker at freenet dot de> --- (In reply to Ralf Habacker from comment #0) > It link to an import library created from the Vulkan-Loader source ( > https://github.com/KhronosGroup/Vulkan-Loader) for the shared library > vulkan-1.dll. The DLL in question needs to be created with '__stdcall' > decoration and uses a def file to remove the '_' prefix and the '@nn' suffix > from the exported symbols. This format has been specified by the > KhronosGroup for Windows. The same issue happens with https://github.com/KhronosGroup/OpenXR-SDK. The current workaround is to link with the DLL instead of the import library and add -Wl,--enable-stdcall-fixup to the link line. -- You are receiving this mail because: You are on the CC list for the bug.