https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87827
Bug ID: 87827 Summary: libgphobos.spec in the wrong place with --enable-version-specific-runtime-libs Product: gcc Version: 9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: rguenth at gcc dot gnu.org Target Milestone: --- It ends up in /usr/lib* while it should be in /usr/lib*/gcc/$target/$version/ instead (where for example libgomp.spec ends up). libgomp uses toolexeclib_HEADERS for this. I see libphobos does so as well so that's not enough it seems. See the enable_version_specific_runtime_libs handling in configure of libgomp, libphobos lacks handling completely it seems.