Subject: Re: GCC problem?
To: None <current-users@NetBSD.ORG>
From: Jaromir Dolecek <dolecek@ics.muni.cz>
List: current-users
Date: 04/08/1998 10:15:40
Thomas Seidmann wrote:
> Frank van der Linden wrote:
> > Well, the problem I'm talking about (and looks to be your problem too)
> > was fixed:
> >
> > ===
> > mycroft
> ...
> > ===
> >
> > Your test program works fine for me on an 1.3_BETA system (only one
> > I can reach at the moment). My guess would still be that something
> > is out of date, be it /usr/libexec/cc1plus or /usr/lib/libg++.so.4.0
> > or /usr/lib/libstdc++.so.0.1.
> 
> No hint, until now. I'm going to do a fresh install on one machine. I
> could swear the fix must have got lost somewhere... Could someone
> perhaps test my little program on a NetBSD/Sparc 1.3 RELEASE? THNX.
> 
> #include <iostream.h>
> #include <iomanip.h>
> 
> int main()
> {
>   cerr << "BlaBla\n";
>   cerr << hex;
>   cerr << setfill('0') << setw(2);
>   cerr << dec;
> }
> 
> A compile test run would suffice (i.e. g++ -o a a.cc).

> make f
g++ -O   -o f f.cc
> ./f
BlaBla

> uname -sr
NetBSD 1.3

So the problem is somewhere else.

-- 
Jaromir Dolecek <dolecek@ics.muni.cz>	http://www.ics.muni.cz/~dolecek/
-------------------------------------------------------------------------
It is better never to have been born.  But who among us has such luck?
One in a million, perhaps.