[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:37:14 PST 2016


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

Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com

--- Comment #7 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Sorry, what is the use case of using -c ? I think it working was a mere
accident. If you want to syntax-check the file, use dmd (not rdmd) with -o-. Or
do you want to compile everything into a single object file for some reason?

--


More information about the Digitalmars-d-bugs mailing list