GDC release 0.22
Nick Sabalausky
a at a.a
Wed Mar 7 11:17:27 PST 2007
"Anders F Björklund" <afb at algonet.se> wrote in message
news:esmq4u$2qsn$1 at digitalmars.com...
> Nick Sabalausky wrote:
>
>> A few things I should note:
>>
>> 1. I'm not sure which version of GCC you were patching GDC against, but
>> I'm building
>> against version 4.1.2. To clarify all the versionings: I'm using
>> MSYS/MinGW GCC 3.5.2
>> to build GDC 0.22 (old now, I know) against the GCC 4.1.2 sources.
>
> I was using either MinGW GCC 3.4.2 or 3.4.5, depending on when in time.
> I haven't used MinGW GCC 3.5, and I haven't used GCC 4.1.2 (on Windows)
>
Oops, I meant 3.4.2, not 3.5.2.
Sorry if I sound like I'm going in circles, but there's still something
about the versions I'm unclear on regarding your build process. Let me see
if I can explain better...
There's two different GCC's involved:
A. The one that actually being invoked by the build process to build GCC.
It's the one that's already installed and working on the system prior to
attempting to build GDC.
B. The GCC sources that we're applying the D patches to. The one that is
actually getting built.
For me:
A = 3.4.2
B = 4.1.2
If I'm understanding you correctly, yours is:
A = 3.4.2 or 3.4.5, depending on when in time
B = 3.4.2 or 3.4.5, depending on when in time
Is this correct?
More information about the D.gnu
mailing list