Release D 2.111.0

Elias Batek (0xEAB) desisma at heidel.beer
Sun Apr 6 03:41:48 UTC 2025


On Friday, 4 April 2025 at 11:59:15 UTC, kdevel wrote:
> Just received
>
> ```
> libphobos2.so: undefined reference to `getrandom at 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=/yada/yada/phobos/generated/linux/release/64/ 
/yada/yada/dmd/generated/linux/release/64/dmd -L-lphobos2 test
$ echo $?
0
```


More information about the Digitalmars-d-announce mailing list