Re: undefined reference to `const const(char)[] object.Throwable.message()

2022-05-17 Thread rikki cattermole via Digitalmars-d-learn
As far as I know, no D compiler guarantees compatibility between objects built on different version of itself. The change would have been[0]. [0] https://github.com/dlang/druntime/commit/c6762914682d4fa894e2b746bf4bd9ce3ec9f7cb

undefined reference to `const const(char)[] object.Throwable.message()

2022-05-17 Thread kdevel via Digitalmars-d-learn
I am compiling some test code which dmd v2.100.and linking against a libdecimal.a compiled in March, probably compiled with dmd v2.099.0. ``` $ dmd -g mytest.d decimal.git/libdecimal.a ``` Now the linker complains: ```