[oclug] iostream.h

Allan McIntosh amcintosh at atreus-systems.com
Thu Mar 29 21:00:25 EST 2001


#Well, I guess not.  Here are the outputs:
#[dave at bigStory dave]$ gcc tester.c -o tester
#tester.c:1: iostream.h: No such file or directory
#
#[dave at bigStory dave]$ g++ tester.c -o tester
#tester.c:1: iostream.h: No such file or directory
#
#Strange, wot?  Is iostream.h supposed to be part of the g++ package?  Or egcs?
#
#Thanks,
#Dave.
#


It's part of the egcs-c++ package. 


[amcintosh at mcintosh 20:59:15 amcintosh]$ rpm -qa | grep egcs
compat-egcs-5.2-1.0.3a.1
compat-egcs-c++-5.2-1.0.3a.1
compat-egcs-g77-5.2-1.0.3a.1
compat-egcs-objc-5.2-1.0.3a.1
egcs-1.1.2-30
egcs-c++-1.1.2-30
egcs-g77-1.1.2-30
egcs-objc-1.1.2-30
[amcintosh at mcintosh 20:59:27 amcintosh]$ rpm -ql egcs-c++ | grep iostream
/usr/include/g++-2/iostream
/usr/include/g++-2/iostream.h
/usr/include/g++-2/stdiostream.h





-- 
------------------------------------------------------------------
 Allan McIntosh, Software Designer
 Atreus Systems Corp, http://www.atreuscorp.com
 Phone: (613) 233-1741 ext 217 
         1800 764-5514 
 Fax:   (613) 233-8204
------------------------------------------------------------------






More information about the OCLUG mailing list