Can dmd compile with my own runtime library?

Alexander Panek alexander.panek at brainsware.org
Thu Aug 23 07:43:22 PDT 2007


Huang F Guan wrote:
> undefined reference to `_D11TypeInfo_Aa6__initZ
> 
> Would you tell me what's this reference about?
> 
>  What's the use of it?
> 

I'm not sure what exactly this is about, I've run in the the same 
problems lately. I think it's some (static) initialization code for 
TypeInfo, or at least that's what the mangled name suggests. Try to add 
an implementation for init in the TypeInfo definition in object.d.



More information about the Digitalmars-d mailing list