Switching to GCC4.0
Joerg Sonnenberger
joerg at britannica.bec.de
Fri Sep 9 11:59:50 PDT 2005
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:
>
> root at drone:...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
More information about the Users
mailing list