Re: liblto_plugin.so not found

2025-03-13 Thread fr via D.gnu
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

Re: liblto_plugin.so not found

2025-03-13 Thread grace via D.gnu
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. On my machine, gcc --version prints "gcc (GCC) 14.2.0"

Re: liblto_plugin.so not found

2025-03-12 Thread Brian Callahan via D.gnu
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. On my machine, gcc --version prints "gcc (GCC) 14.2.0" and gdc --version prints "gdc (GCC) 14.2.0". ~Brian