[Issue 14201] New: fatal error LNK1235: corrupt or invalid COFF symbol table
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Feb 19 12:23:55 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14201
Issue ID: 14201
Summary: fatal error LNK1235: corrupt or invalid COFF symbol
table
Product: D
Version: D2
Hardware: x86_64
OS: Windows
Status: NEW
Severity: blocker
Priority: P1
Component: DMD
Assignee: nobody at puremagic.com
Reporter: etcimon at gmail.com
While compiling the Botan D library on Win64 with COFF, I encountered a linker
error:
"fatal error LNK1235: corrupt or invalid COFF symbol table"
The only way to remove the error is to remove symbols in the application. I
have no way of producing a test case, because it's an error inherent to very
large applications with a big amount of symbols.
--
More information about the Digitalmars-d-bugs
mailing list