On Friday, 31 March 2017 at 22:23:01 UTC, Johannes Pfau wrote:
Am Fri, 31 Mar 2017 09:11:06 +
schrieb Guillaume Chatelet :
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
Am Fri, 31 Mar 2017 09:11:06 +
schrieb Guillaume Chatelet :
> 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 w
Trying to compile an empty main file:
$ cat main.d
void main() {}
$ gdc main.d
gdc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not
found
compilation terminated.
From
http://forum.dlang.org/thread/uthyqncmcqbnvwqzc...@forum.dlang.org
$ gdc -fno-lto -fno-use-linker-plugin ma