freebsd dub linker error

Alain De Vos devosalain at ymail.com
Fri Sep 2 00:18:07 UTC 2022


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.


More information about the Digitalmars-d-learn mailing list