[Issue 11931] LINKERS "Symbol Undefined" AGAIN WITH DMD HEAD when -g specified

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 15 10:10:11 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=11931



--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> 2014-01-15 10:10:09 PST ---
More shorter command list for the attached test case:

dmd -g -c E.d   -ofE.obj
dmd -g -c p\A.d -ofA.obj
dmd -g -c p\B.d -ofB.obj
dmd -g -c p\C.d -ofC.obj
dmd -g -c p\D.d -ofD.obj
dmd testcase.exe -g E.obj A.obj B.obj C.obj D.obj

// (same undefined symbols)

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


More information about the Digitalmars-d-bugs mailing list