[Issue 11114] Undefined symbols after merging dmd pull #2550

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 14 18:43:48 PDT 2013


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



--- Comment #16 from Denis Shelomovskij <verylonglogin.reg at gmail.com> 2013-10-15 05:43:47 MSD ---
(In reply to comment #15)
> (In reply to comment #14)
> > (In reply to comment #13)
> > > I'm asking if the reason, in your code, it isn't in the imported libraries is
> > > because it is behind a version declaration?
> > 
> > Impossible. The symbol belongs to the final executable-compiled project (it is
> > a template from the library instantiated with project's own types) which is
> > compiled in a single dmd call as I already have written.
> 
> If it is compiled in one a single dmd call, then it wouldn't be linking in
> other libraries?

It links in other libraries. But other libraries can't contain symbols
consisting of types they don't know about.

-- 
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