[Issue 6605] Add switch to enable setting library search paths via command line
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Sep 7 23:44:23 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6605
--- Comment #7 from Rainer Schuetze <r.sagitario at gmx.de> 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: -------
More information about the Digitalmars-d-bugs
mailing list