[Issue 1165] New: Symbol missing in lib

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 19 15:32:24 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1165

           Summary: Symbol missing in lib
           Product: D
           Version: 1.012
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: benoit at tionex.de


I had this problem:
I compile a class "A" as a static windows lib (.lib), using DSSS.

In the application i get missing symbol _D48TypeInfo_...__initZ.
The lib contains the symbols of the class, and also a ...__initZ, but not a
single symbol, starting with "TypeInfo".
This linker error is triggered by using arrays of A. The first expression,
accessing the member "A[] a; a[0];".

I hope this is enough information to localize the problem.


-- 



More information about the Digitalmars-d-bugs mailing list