I am trying to build GCC with D support included in it, but I get an error at the configuration stage:
...
configure: error: GDC is required to build d
Thread overview | |||||
---|---|---|---|---|---|
|
August 28 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:
|
August 28 Re: Compiling GDC results in an error | ||||
---|---|---|---|---|
| ||||
Posted in reply to Alexander Zhirov | 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:
Yes, you need gdc (at least version 9.1) installed in order to build version 12 or later. |
August 30 Re: Compiling GDC results in an error | ||||
---|---|---|---|---|
| ||||
Posted in reply to Iain Buclaw | On Sunday, 28 August 2022 at 12:55:06 UTC, Iain Buclaw wrote: >Yes, you need gdc (at least version 9.1) installed in order to build version 12 or later. Now I'm building the 9 version of the compiler, then I'll use it to build a later one. It seems to be working so far. |