Zebediah Figura zfigura@codeweavers.com writes:
Many distributions provide MinGW-compiled system DLLs which are currently bundled with Wine. Unfortunately, while MinGW pkg-config can be used to detect the linking path, there is no standardized runtime path, and many distributions in fact use different paths.
I think it needs to be a proper path containing multiple directories, at least to allow supporting both 32- and 64-bit dlls. Otherwise there would need to be some sort of mapping from PE architecture to system dir.