On Sunday, 14 July 2024 at 06:34:54 UTC, Richard (Rikki) Andrew
Cattermole wrote:
On 14/07/2024 5:06 AM, ryuukk_ wrote:
On Saturday, 13 July 2024 at 16:44:22 UTC, Richard (Rikki)
Andrew Cattermole wrote:
On 14/07/2024 4:37 AM, ryuukk_ wrote:
On Saturday, 13 July 2024 at 16:16:20 UTC, Richard (R
On 14/07/2024 5:06 AM, ryuukk_ wrote:
On Saturday, 13 July 2024 at 16:44:22 UTC, Richard (Rikki) Andrew
Cattermole wrote:
On 14/07/2024 4:37 AM, ryuukk_ wrote:
On Saturday, 13 July 2024 at 16:16:20 UTC, Richard (Rikki) Andrew
Cattermole wrote:
Seeing ``_d_arraybounds_slice`` missing sounds like
On Saturday, 13 July 2024 at 16:44:22 UTC, Richard (Rikki) Andrew
Cattermole wrote:
On 14/07/2024 4:37 AM, ryuukk_ wrote:
On Saturday, 13 July 2024 at 16:16:20 UTC, Richard (Rikki)
Andrew Cattermole wrote:
Seeing ``_d_arraybounds_slice`` missing sounds like druntime
isn't being linked against.
On 14/07/2024 4:37 AM, ryuukk_ wrote:
On Saturday, 13 July 2024 at 16:16:20 UTC, Richard (Rikki) Andrew
Cattermole wrote:
Seeing ``_d_arraybounds_slice`` missing sounds like druntime isn't
being linked against.
It is possible that your distribution of ldc doesn't include a static
build of dru
On Saturday, 13 July 2024 at 16:16:20 UTC, Richard (Rikki) Andrew
Cattermole wrote:
Seeing ``_d_arraybounds_slice`` missing sounds like druntime
isn't being linked against.
It is possible that your distribution of ldc doesn't include a
static build of druntime/phobos. You need to verify that l
Seeing ``_d_arraybounds_slice`` missing sounds like druntime isn't being
linked against.
It is possible that your distribution of ldc doesn't include a static
build of druntime/phobos. You need to verify that ld is trying to link
against a static build and that static build exists.
For anyone curious:
https://github.com/ryuukk/dls/tree/master
``make build-dcd-release && make build-dls-release``
i'm giving up for now, i'll never touch druntime/phobos/dub never
again
I'm loosing it
Even with dub it doesn't work
`"lflags": [ "-static", "--link-defaultlib-shared=false" ],`
```
(cut due to forum's limit)
trivia.d:(.text._D6dparse6trivia__T22MultiLineCommentHelperHTyaZQBd6__ctorMFNaNbNcNfAyaZSQCtQCp__TQClHTyaZQCt+0x1a9):
undefined reference to `_d_arraybound
On 14/07/2024 2:53 AM, ryuukk_ wrote:
First of all, i build with `ldmd2`
Second of all, i do not use DUB
Lastly, it fails with:
```
ldmd2 -L-staticĀ ...
```
```
/usr/bin/ld: cannot find -lphobos2-ldc-shared: No such file or directory
/usr/bin/ld: cannot find -ldruntime-ldc-shared: No such fi
On Saturday, 13 July 2024 at 14:53:41 UTC, ryuukk_ wrote:
Why does it complain about SHARED when passing STATIC?
It depends on the OS and if Linux - distribution.
10 matches
Mail list logo