[Issue 14296] New: RDMD fails at building a lib when the source is in a subdir
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Mar 16 13:54:06 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14296
Issue ID: 14296
Summary: RDMD fails at building a lib when the source is in a
subdir
Product: D
Version: unspecified
Hardware: x86_64
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: tools
Assignee: nobody at puremagic.com
Reporter: cbkbbejeap at mailinator.com
$ mkdir src
$ touch src/test.d
$ rdmd --build-only -lib src/test.d
std.file.FileException at std/file.d(409): src/test.a: No such file or directory
$ ls src/
src test.d
$ ls src/src/
test.a.tmp
This used to work with the RDMD packaged in DMD v2.064.2, but fails starting
with RDMD 2.065.0.
--
More information about the Digitalmars-d-bugs
mailing list