LDC 0.12.0 beta 1 released, please help test!

David Nadlinger code at klickverbot.at
Sun Oct 20 12:57:13 PDT 2013


On Thu, Oct 17, 2013 at 11:33 PM, dnewbie <run3 at myopera.com> wrote:
> ldc2 -c my.d -of=my.o
> Output: 'my.obj'.
>
> ldc2 -lib my.d -of=libmy.a
> Output: 'liblibmy.a.lib'

I take it this is on Windows? In any case, could you please report the
issue on the GitHub issue tracker? The output file determination logic
is not easy, because it has to handle writing multiple files (e.g. .bc
and .o) at the same time, but this definitely should not happen.

David


More information about the digitalmars-d-ldc mailing list