https://issues.dlang.org/show_bug.cgi?id=14296
--- Comment #1 from Vladimir Panteleev <[email protected]> --- (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 --
