On Friday, 31 March 2017 at 22:23:01 UTC, Johannes Pfau wrote:
Am Fri, 31 Mar 2017 09:11:06 +0000
schrieb Guillaume Chatelet <chatelet.guilla...@gmail.com>:
I can add a symbolic link to
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/libgcc.a in /usr/lib
but is this the right fix?
This is because the GCC package in archlinux has been updated
to GCC 6.3.1 but GDC has not been updated and was built with
GCC 6.2.1. Unfortunately Dicebot stopped maintaining the D
packages for Archlinux. I'm not sure about other packages, but
the GDC package is currently orphaned (no maintainer)...
As a workaround you can simply rebuild the GDC package using
the PKGBUILD and bump the GCC version.
-- Johannes
Will do. Thanks!