Can't reload iostream.h? Part II
Stephen Bailey (bailey@physics.harvard.edu)
Tue, 13 Apr 1999 18:20:51 -0400 (EDT)
I just found the solution, but I'm a bit mystified about
why it caused this problem. I had a gROOT->Reset() call
in my .rootlogon.cc file. Without that reset, cout
survives any other reset. With the reset in there, cout
gets blown away, never to return. Hmmm.
Stephen