Re: Can't seem to compile on Arch Linux with gdc

2017-04-01 Thread Guillaume Chatelet via D.gnu
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

Re: Can't seem to compile on Arch Linux with gdc

2017-03-31 Thread Johannes Pfau via D.gnu
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

Can't seem to compile on Arch Linux with gdc

2017-03-31 Thread Guillaume Chatelet via D.gnu
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