DMD win32 static library link errors

Robert DaSilva sp.unit.262+digitalmars at gmail.com
Mon Jan 7 15:58:50 PST 2008


Neal Alexander wrote:
> link.exe (Assertion failure: 'len <= IDMAX' on line 129 in file
> 'libin.cpp')
> 
> I saw on the C++ newsgroup it happens when identifiers are too long in
> an object file. The question is whats the best way igure out which ID is
> causing it? All the symbols in the source code are nowhere near the 512
> limit.
> 
> I tried playing with the dmd/objdump tool but diddnt diddnt see anything
>  glancing over the output.

Do you have any templates, they tend to have long mangled names.
It could also be a deeply nested identifier.


More information about the Digitalmars-d-learn mailing list