[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Mac OS X Update (2006/01/03 CVS)
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Mac OS X Update (2006/01/03 CVS) |
Date: |
04 Jan 2006 21:25:46 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
Michael H Lambert <address@hidden> writes:
> Gaius,
>
> Yes. Six failures, all arrayhuge*.
Hi Michael,
excellent thanks..
> Question: Given installed gcc/gm2 compilers, how does one rebuild
> gm2 natively, bypassing the m2c step?
p2c step - ahh well currently it is pretty unavoidable. A
'make stage2/gm2/cc1gm2'
in build-dir/gcc will build the gm2 natively, but it has dependencies
which force stage1/gm2/... to be built. Are the build times excessive
on your machine? I really should try and fix the build dependencies as
it builds itself n times - I think the reason for this is due to the
mod_init.c file being created for each gm2 executable subcomponent
(cc1gm2, gm2l, gm2lsub etc), and this screws up the dependencies. But
thats only a theory..
regards,
Gaius