[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
Sat Dec 10 18:09:26 PST 2016
https://issues.dlang.org/show_bug.cgi?id=16962
Timothee Cour <timothee.cour2 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |timothee.cour2 at gmail.com
--- Comment #1 from Timothee Cour <timothee.cour2 at gmail.com> ---
these also fail:
mkdir temp
rdmd --build-only --force -lib -od=temp/ main.d
core.exception.AssertError at rdmd.d(489): should have been created by
compileRootAndGetDeps
rdmd --build-only --force -lib -of=temp/main.a main.d
core.exception.AssertError at rdmd.d(489): should have been created by
compileRootAndGetDeps
rdmd --build-only --force -lib -oftemp/main.a main.d
std.file.FileException at std/file.d(679): temp/main.a: No such file or directory
rdmd --build-only --force -lib -odtemp/ main.d
std.file.FileException at std/file.d(679): temp/main.a: No such file or directory
--
More information about the Digitalmars-d-bugs
mailing list