[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
Sun Dec 11 12:40:15 PST 2016


https://issues.dlang.org/show_bug.cgi?id=16962

--- Comment #8 from Vladimir Panteleev <thecybershadow at gmail.com> ---
There is a known problem with -lib and -od:

https://issues.dlang.org/show_bug.cgi?id=14296

Admittedly it's my fault as my commit introduced the regression, however the
underlying bug is that DMD treats -od differently depending on whether -lib is
passed or not, which I did not expect.

--


More information about the Digitalmars-d-bugs mailing list