On 2021/11/28 14:14, Brian Callahan wrote: > On 11/28/2021 8:24 AM, Christian Weisgerber wrote: > > > lang/dmd can't load library 'libc++abi.so.5.0' > > This one will need its bootstrap updated once we make the move to LLVM > 13. I can't update it yet, or else the current package build will break. > If we need to mark it as broken once LLVM 13 is imported, that's fine. > I'll move as quickly as possible to get the bootstrap updated. > > lang/ldc can't load library 'libc++abi.so.5.0' > > Ditto with this one. > > ~Brian >
Normally we include libraries in bootstraps and point LD_LIBRARY_PATH at them (see e.g. jdk, gcc) - is that possible with dmd/ldc? This approach doesn't cover every flag day, but works in the majority of cases.