Subject: Re: GCC problem
To: Frank van der Linden <frank@wins.uva.nl>
From: David M. Stanhope DMS <dms@bsdpc.celtech.com>
List: current-users
Date: 12/18/1997 14:31:51
On Thu, 18 Dec 1997, Frank van der Linden wrote:

> Date: Thu, 18 Dec 1997 12:36:10 +0100
> From: Frank van der Linden <frank@wins.uva.nl>
> To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
> Cc: current-users@NetBSD.ORG
> Subject: Re: GCC problem
> 
> On Wed, Dec 17, 1997 at 07:24:27PM -0800, Jonathan Stone wrote:
> > 
> > >I hope the real fix makes it before 1.3 gets released.
> > 
> > Virtually no chance.
> 
> In fact, Charles' fix has been commited and pulled up into the
> release branch, so it's fixed for 1.3
> 
> - Frank
> 
I just did a sup this morning which picked up these changes. I then did
a 'make build' which completed fine. I then tried the test program:

#include <iostream.h>
main()
{
    cout << hex << 1234 << endl;
}

with 'g++ t.C' which failed, then I did another 'make build' which completed
fine and then when I tried the test program it worked! So not sure why I
had to do 'make build' twice but am quite thankful that the problem is now
fixed, thanks much. I did do on other thing before the second 'make build',
I insured /usr/lib had no older versions of any libraries in it, only the
most recent of each, not sure if this was a problem or not. Again thanks to
Charles for fixing this.
                           dms@celtech.com