'Undefined reference' linking errors
Robert Clipsham
robert at octarineparrot.com
Wed Apr 7 14:41:12 PDT 2010
On 07/04/10 22:19, bearophile wrote:
> Those mangled ids are ugly. It's much better to show programmers more readable names in error messages. This can even become a bug report.
These errors are being given by the linker, and the linker doesn't know
how to demangle D symbols, so it doesn't. If you make a bug it should go
to the linker's bugzilla as an enhancement request... In the mean time
there's several scripts out there that will demangle an input from
stdin, so you can pipe the output from the linker to it and get them
automatically demangled :)
>
> Bye,
> bearophile
More information about the Digitalmars-d-learn
mailing list