This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: can't find iostream.h or use <iostream>


On Sun, 22 Aug 1999 00:44:23 +0100, Pete - Netcom Mail <pete.rei@ix.netcom.com>
 wrote in <7pnv35$chb@dfw-ixnews21.ix.netcom.com>:

>Sorry for such a newbie question.
>
>I recently installed gcc-2_8_1-sol26-intel-local using pkgadd. All
>directories were created unser /usr/local
>
>I am trying to compile a simple helloword app, and my include line for
>#include <iostream.h> is failing.
>
>I did a find / -name iostream.h on my machine and could not find any
>iostream.h files.
>
>By doing much research on the internet I believe that GCC does not include
>header files and libraries because they differ between platforms.  Is this
>correct?
>
>Therefore, do I need to find .h files and some kind of standard C++ library
>for solaris7 Intel  and put them on my machine?
>
>If so, does anyone know where I can get these Solaris 7 Intel bins?
>
>
>Thanks,
>Pete
>
>

Your distribution should include all basic libraries.

-- 
_______________________________________________________________________
 Dalibor Carapic - Homepage: http://www.foi.hr/~dcarapic


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]