[Issue 14296] RDMD fails at building a lib when the source is in a subdir

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Mar 18 07:47:09 PDT 2015


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

--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
(In reply to Nick Sabalausky from comment #0)
> This used to work with the RDMD packaged in DMD v2.064.2, but fails starting
> with RDMD 2.065.0.

It didn't exactly work as one would expect in 2.064.2 either, did it? It still
repeated the leading path component, it just didn't crash.

The real bug is in DMD: it interprets -of / -od differently depending on
whether -lib is supplied.

There isn't much that can be done on rdmd's side, other than adding detection
for .lib and explicitly working around the DMD bug, so it should be fixed in
DMD instead.

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

--


More information about the Digitalmars-d-bugs mailing list