Subject: Re: groff from today
To: None <rmk@rmkhome.com>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: current-users
Date: 10/02/2003 06:54:29
> >Are these builds from clean? or an update? Remember the c++ compiler
> >has changed (to 3.3.1) and this also changed the ABI. perhaps you've
> >got a mix of old and new .o files?
>
> Both systems are:
>
> wolf# gcc -v
> Using builtin specs.
> gcc version 2.95.3 20010315 (release) (NetBSD nb4)
>
> roothog# gcc -v
> Using builtin specs.
> gcc version 2.95.3 20010315 (release) (NetBSD nb4)
last night i struggled during gcc2 -> gcc3 upgrade. basically,
library (libstdc++) and c++ has to match, but is not guaranteed by
the build process. what i have done is
- manually upgrade in-tree library/c++ to GCC3
gnu/lib, gnu/usr.bin/gcc3
- perform normal build (= rebuild tool, then rebuild in-tree stuff)
be sure to "make clean" where appropriate if you set UPDATE to 1.
itojun