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

Re: GDC 14.2 "package" for macOS/aarch64

2024-12-29 Thread Brian Callahan via D.gnu
On Thursday, 26 December 2024 at 20:37:41 UTC, Sergey wrote: On Friday, 13 December 2024 at 02:43:52 UTC, Brian Callahan wrote: I got a new Mac yesterday. I was looking for a package of GCC that included GDC but couldn't find one. So I made my own. https://briancallahan.net/blog/20241212.html

GDC 14.2 "package" for macOS/aarch64

2024-12-12 Thread Brian Callahan via D.gnu
I got a new Mac yesterday. I was looking for a package of GCC that included GDC but couldn't find one. So I made my own. https://briancallahan.net/blog/20241212.html Or if you just want the tarball: https://github.com/ibara/macOS-GDC/releases/download/14.2/gcc14.tgz The tarball is designed t

Re: GDC mainline (20221219) fails to build on OpenBSD (patch included)

2022-12-20 Thread Brian Callahan via D.gnu
On Tuesday, 20 December 2022 at 02:19:33 UTC, Iain Buclaw wrote: On Monday, 19 December 2022 at 14:00:38 UTC, Brian Callahan wrote: Hi Iain -- GDC mainline stopped building on OpenBSD recently. Below is the diff to fix things. [...] Thanks, better to send that to upstr dmd though (I did sa

GDC mainline (20221219) fails to build on OpenBSD (patch included)

2022-12-19 Thread Brian Callahan via D.gnu
Hi Iain -- GDC mainline stopped building on OpenBSD recently. Below is the diff to fix things. Thanks. ~Brian diff --git a/libphobos/libdruntime/core/demangle.d b/libphobos/libdruntime/core/demangle.d index 869ade64821..30e38c76479 100644 --- a/libphobos/libdruntime/core/demangle.d +++ b/l