Re: ddmd gdc

2020-10-21 Thread Jacob Carlborg via D.gnu
On Tuesday, 20 October 2020 at 15:35:52 UTC, Ola Fosheim Grøstad wrote: Building all of gcc in OS-X is rather massive. Is there a way to only build gdc? I gave "configure" the option --enable-languages=d, but gcc10 seems to build all of gcc and g++ as well. How will you compile the C code,

Re: DMD and GDC static libraries are incompatible on Linux?

2015-02-10 Thread Jacob Carlborg via D.gnu
On 2015-02-09 19:56, ketmar wrote: DMD is not using GCC, only 'ld' from binutils. Actually, DMD _is_ using GCC to link. -- /Jacob Carlborg

Re: --gc-sections and GDC

2014-07-16 Thread Jacob Carlborg via D.gnu
On 16/07/14 15:52, Mike wrote: I received a question from Dicebot in at the end of my presentation. He asked about the --gc-sections linker flag breaking code from GDC. Have you seen this post: http://forum.dlang.org/thread/lbrfycmutwrrghtza...@forum.dlang.org ? -- /Jacob Carlborg