[Issue 6431] [RDMD] Modifying a library doesn't trigger a rebuild

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 10 00:43:36 PST 2013


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



--- Comment #2 from Vladimir Panteleev <thecybershadow at gmail.com> 2013-03-10 10:43:35 EET ---
Ultimately, for this to work correctly all the time, rdmd would need to know
where the linker will look for library files. This isn't really realistic as it
depends on the linker implementation (e.g. it might consult its own
configuration files or environment variables). It's possible to add some
heuristics to rdmd, though, e.g. to search /usr/lib, %LIB% / $LIBRARY_PATH, and
the current directory.

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