[Issue 16962] rdmd --build-only --force -c main.d fails: ./main: No such file or directory
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Dec 12 00:44:01 PST 2016
https://issues.dlang.org/show_bug.cgi?id=16962
--- Comment #12 from Vladimir Panteleev <thecybershadow at gmail.com> ---
ag0aep6g: There is now an outdated comment in rdmd:
// When building libraries, DMD does not generate object files.
// Instead, it uses the -od parameter as the location for the library file.
// Thus, override objDir (which is normally a temporary directory)
// to be the target output directory.
DMD will now use -c even with -lib. Was this something that changed due to your
recent changes?
--
More information about the Digitalmars-d-bugs
mailing list