On Fri, Sep 09, 2005 at 07:14:26PM +0100, Jonathon McKitrick wrote:
> I followed the directions with no problems up until trying to build gcc4 with
> itself:
> 
> [EMAIL PROTECTED]:...gnu/usr.bin/cc40# env CCVER=gcc40 make depend

That's very unlikely to work, since it can't find the GCC-4.0 libraries
for linking. You have to compile gnu/usr.bin/cc40 with GCC 3.4 first,
install it and compile gnu/lib/gcc40 with GCC 4.0 afterwards. The latter
selection should happen automatically.

Joerg

Reply via email to