Re: Compiling GDC results in an error
On Sunday, 28 August 2022 at 12:31:08 UTC, Alexander Zhirov wrote: I am trying to build GCC with D support included in it, but I get an error at the configuration stage: ```sh ... configure: error: GDC is required to build d ``` Yes, you need gdc (at least version 9.1) installed in order to
Compiling GDC results in an error
I am trying to build GCC with D support included in it, but I get an error at the configuration stage: ```sh ... configure: error: GDC is required to build d ```