Hey all,
I have freshly installed gcc (12.1.0) and gdc (8.2.1) on an
Raspberry Pi 3B+ running an arch linux derivative.
When trying to compile even very minimal d code with a simple
```gdc code.d```, I get an error:
```gdc: fatal error: -fuse-linker-plugin, but liblto_plugin.so
not found```
On Thursday, 13 March 2025 at 02:12:54 UTC, Brian Callahan wrote:
You could add -fno-use-linker-plugin as a stop-gap measure, but
it seems like you have an installation issue. You probably want
a GDC version that matches your GCC version.
Thank you Brian, that is helpful. It seems my distribut