www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 10559] New: Symbol Undefined with Complicated Import and Subobject Graph

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

           Summary: Symbol Undefined with Complicated Import and Subobject
                    Graph
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: dsimcha yahoo.com



Created an attachment (id=1230)
The multi-file test case.

The attached zip file is a painstakingly reduced test case that results in a
symbol undefined error in the linking stage when built from the scidStuff5/
directory using the following commands:

dmd  -lib -release scid/storage/arraydata.d scid/storage/external.d
scid/storage/cowmatrix.d scid/storage/cowarray.d scid/vector.d scid/typecons.d
scid/matrix.d -ofscid.lib

dmd -release -lib -of../dstats.lib dstats/*.d 

dmd -release dstats/distrib.d -L ../scid.lib -L
~/customd/deps/blaslapackdll.lib -L ../dstats.lib

Error 42: Symbol Undefined
_D4scid7storage8cowarray15__T8CowArrayTdZ8CowArray15__fieldPostBlitMFZv

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jul 06 2013