[Issue 10559] New: Symbol Undefined with Complicated Import and Subobject Graph

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 6 13:09:25 PDT 2013


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 at puremagic.com
        ReportedBy: dsimcha at yahoo.com


--- Comment #0 from David Simcha <dsimcha at yahoo.com> 2013-07-06 13:09:22 PDT ---
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: -------


More information about the Digitalmars-d-bugs mailing list