On Wednesday, 1 June 2022 at 15:23:14 UTC, Kagamin wrote: > Try to run clang with -v option and compare with gcc. I've tracked down the problem to the solution where i specify as linker to use gcc12 instead of a clang/llvm. The following works. ``` export CC=clang14 ldc2 --link-defaultlib-shared --gcc=gcc12 ... ``` But i have no explanation.