tree@newton.uvm.edu (Tom Emerson) (02/14/91)
Hello Xperts.
I'm trying to compile InterViews 3.0 with g++ 1.37... and can not
makedepend the following:
iostream.h
fstream.h
strstream.h
sysent.h
Are we missing files in our g++ includes files, or does g++ do
something that isn't standard. Help!
Thanx!
Tom E.
--
Tom Emerson
________________ Student Systems Programmer - EMBA Computer Facility
/ /_) /_ /_ University of Vermont
/ / \ /__ /__ tree@newton.uvm.edu
Wer sich des Vergangenes nicht erinnert, ist verurteilt,
es noch einmal zu erleben.
--- Dachaucflatter@zia.aoc.nrao.EDU (Chris Flatters) (02/15/91)
Tom Emerson writes, > I'm trying to compile InterViews 3.0 with g++ 1.37... and can not > makedepend the following: > > iostream.h > fstream.h > strstream.h > sysent.h > > Are we missing files in our g++ includes files, or does g++ do > something that isn't standard. The first 3 are from the enhanced streams facilities released with AT&T C++ 2.0. These are not (currently) available in the GNU C++ library. I presume that the same goes for <sysent.h> (whatever that may be). Chris Flatters