ddmd gdc

Iain Buclaw ibuclaw at gdcproject.org
Sun Nov 29 12:19:07 UTC 2020


On Wednesday, 21 October 2020 at 15:47:58 UTC, Ola Fosheim 
Grøstad wrote:
> On Wednesday, 21 October 2020 at 11:57:33 UTC, Jacob Carlborg 
> wrote:
>> 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, pre-compiled GCC? I'm 
>> guessing it's best to use the same compiler.
>
> I have macports. GCC seems to have a 3 stage boostrapping 
> process? There seems to be a flag for disabling it 
> "-disable-bootstrap". I guess I could try that.

Hi,

Sorry, I've only just seen this.  OSX port of gdc is being worked 
on, it's not so trivial to get set-up, as the last supported 
version of gcc on OSX is 4.2, and the current release of gcc 
depends on version 5 or newer.

There's a gcc-7.2 bootstrap tarball, but the library needs a 
little more testing.

Iain.


More information about the D.gnu mailing list