http://d.puremagic.com/issues/show_bug.cgi?id=6605
--- Comment #7 from Rainer Schuetze <[email protected]> 2011-09-07 23:44:09 PDT --- When building a library, it is generated by dmd, not by the linker. I guess there is no library search going on at all. If you create a library you usually don't add another library to it. Insterad, it is added in the link of the final executable. You can combine libraries with dmd, but I think this is a very explicite step, so not using a search path seems ok. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
