Am Sun, 27 Mar 2016 13:36:19 +0200 schrieb Johannes Pfau <nos...@example.com>:
> Am Sun, 27 Mar 2016 04:25:27 +0000 > schrieb Basile B. <b2.t...@gmx.com>: > > > On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote: > > > I've finally finished the D port of GDMD and pushed everything > > > including a detailed README to > > > https://github.com/D-Programming-GDC/GDMD/tree/dport > > > > > > All parameters are tested for simple cases but in complex > > > combinations there could still be some unknown bugs. > > > > Good news. I'll follow the project. > > > > Small bug: gdmd is looking for "ar" instead of "gcc-ar", so after > > a renaming it was OK with a simple CE project. (linux x86_64 and > > latest stable gdc) > > This is actually the first time I heard about gcc-ar... > But it seems using gcc-ar is indeed better: > http://manpages.ubuntu.com/manpages/trusty/man1/aarch64-linux-gnu-gcc-ar-4.7.1.html > > Thanks for reporting this! https://github.com/D-Programming-GDC/GDMD/commit/c2e6bd7d83fdec28b249b4f36eadb64e4206dd52 Could you please check if it's working now?