Re: LDC 1.40.1

2025-04-05 Thread Mike Shah via Digitalmars-d-announce
On Thursday, 20 March 2025 at 15:18:35 UTC, kinke wrote: Glad to announce LDC 1.40.1. Major changes since v1.40.0: * Based on D 2.110.0 final. * LLVM for prebuilt packages bumped to v19.1.7. * New prebuilt package for Alpine Linux x86_64 with musl libc. * Revived dynamic-compile (JIT) functional

Re: dmd AArch64 compiler now compiles

2025-04-05 Thread Martin Tschierschke via Digitalmars-d-announce
On Thursday, 3 April 2025 at 04:13:31 UTC, Walter Bright wrote: and runs test/runnable/exe1.c It took a lot of bug fixes to get there! Very good! Congratulations!

Re: Release D 2.111.0

2025-04-05 Thread Dennis via Digitalmars-d-announce
Hello Scot. On Thursday, 3 April 2025 at 22:13:51 UTC, thinkunix wrote: Are the specs of the build hosts documented anywhere? I don't know of any such place. What I am looking for is the minimum required OS version and compiler used to build the binaries published on dlang.org. The bootst

Re: dmd AArch64 compiler now compiles

2025-04-05 Thread Walter Bright via Digitalmars-d-announce
On 4/3/2025 6:29 PM, Richard (Rikki) Andrew Cattermole wrote: It should never have been possible to codegen a different ISA, or none at all lol. ???

Re: Release D 2.111.0

2025-04-05 Thread Elias Batek (0xEAB) via Digitalmars-d-announce
On Friday, 4 April 2025 at 11:59:15 UTC, kdevel wrote: Just received ``` libphobos2.so: undefined reference to `getrandom@GLIBC_2.25' ``` when trying to produce a dynamically linked executable ``` $ dmd -L-lphobos2 test ``` Unfortunately, I’m unable to reproduce this. ``` $ LD_LIBRARY_PATH=