Massive linker error after upgrade to DMD 2.068.1-1

rcorre via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Sep 15 04:39:53 PDT 2015


On Sunday, 13 September 2015 at 00:21:22 UTC, Nicholas Wilson 
wrote:
>
> there was talk of adding symbol name compression some time ago 
> ( to reduce lib size ( and maybe make ddemangle not fail on 
> long syms?). This might be the cause of your problems i.e. the 
> new compiler emitting references to compressed names but built 
> with the old compiler using the not compressed ones. Try 
> rebuilding everything and see if that fixes it.

I tried deleting ~/.dub and the .dub folder in every referenced 
project and rebuilding, but unfortunately no luck.


More information about the Digitalmars-d-learn mailing list