undefined reference to `_D16TypeInfo_HAyayAa6__initZ'

Adam D. Ruppe destructionator at gmail.com
Sat Nov 23 14:49:53 PST 2013


On Saturday, 23 November 2013 at 21:05:59 UTC, Jeroen Bollen 
wrote:
> I am getting this weird linker error when compiling my code; 
> what does it mean?

I saw this on stackoverflow first and answered there, let me link 
it:

http://stackoverflow.com/questions/20168136/linker-error-cannot-link-d16typeinfo-hayayaa6-initz/20168874#20168874

I've been seeing this problem on and off for years now, but can 
never get it minimized to a good test case. I think the order of 
files on the compile command line matter along with other hard to 
track down factors. So I just hack around it and move on.

Not sure if the type in there is right, I demangled it by eyeball 
(why wouldn't the core.demangle work on that? it isn't even that 
complex of a type, if I'm right...)


More information about the Digitalmars-d-learn mailing list