www.digitalmars.com         C & C++   DMDScript  

D.gnu - Compiling GDC results in an error

reply Alexander Zhirov <azhirov1991 gmail.com> writes:
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
```
Aug 28 2022
parent reply Iain Buclaw <ibuclaw gdcproject.org> writes:
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 build version 12 or later.
Aug 28 2022
parent Alexander Zhirov <azhirov1991 gmail.com> writes:
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](https://gdcproject.org/old/downloads#linux-x86-32bit-i686-linux-gnu) the 9 version of the compiler, then I'll use it to build a later one. It seems to be working so far.
Aug 30 2022