Re: While compiling gwp...



Ian Peters wrote:
> 
> On Sun, Jan 10, 1999 at 10:57:10AM -0600, Havoc Pennington wrote:
> >
> > On Sun, 10 Jan 1999, Ian Peters wrote:
> > > htmlIO.C:20: iostream.h: No such file or directory
> > >
> > > Where do I find this, why am I missing this, etc.?
> > >
> >
> > In the latest C++ standard it's just <iostream>, no .h. <iostream.h> is
> > sort of a relic that g++ happens to have laying around. So if you're not
> > using g++, maybe try changing it to <iostream> and see if it works.
> >
> > Havoc
> 
> A quick check shows that I have libstdc++-2.8.0, egcs-c++-1.0.3a, and
> libg++-2.7.2.8 installed, but locate iostream shows nothing.  Hrrm.

2.8.0 definitely has it, and I'm pretty sure 2.7.x c++ libs have it
also.

[jgarzik@dog gnome-pim]$ locate iostream
/usr/include/g++/iostream
/usr/include/g++/iostream.h
/usr/include/g++/stdiostream.h
[jgarzik@dog gnome-pim]$ locate stdc
/usr/lib/libstdc++.a
/usr/lib/libstdc++.so
/usr/lib/libstdc++.so.2.8
/usr/lib/libstdc++.so.2.8.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]