DragonFly users List (threaded) for 2005-09
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Switching to GCC4.0
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@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]