Re: Building GDC

2016-03-02 Thread Iain Buclaw via D.gnu
On 2 Mar 2016 9:09 pm, "asdf via D.gnu" wrote: > > Are there build instructions that don't involve building the rest of GCC at the same time? I realize wrong version mismatches are bad but I'll redo it until it works lol! Sorry, no. GCC isn't a library that you can just link to. You need to bui

Re: Building GDC

2016-03-02 Thread Sebastien Alaiwan via D.gnu
On 2016-03-02 07:47, asdf via D.gnu wrote: > Are there build instructions that don't involve building the rest of GCC at > the same time? I realize wrong version mismatches are bad but I'll redo it > until it works lol! I don't think so. Blame the legendary GCC modularity! I wrote a simple scrip

Building GDC

2016-03-02 Thread asdf via D.gnu
Are there build instructions that don't involve building the rest of GCC at the same time? I realize wrong version mismatches are bad but I'll redo it until it works lol!