On Sun, 26 Apr 1998, Michael Jinks wrote:

> I'm trying to do the exercises in "Practical C++ Programming" by Steve
> Oualline (O'Reilly), and having trouble.
> 
> My statement, #include <iostream.h>, prduces a 'file not found' error
> when I invoke g++.  I'm pretty sure that I have all the necessary
> libraries installed (I can compile the kernel and other packages), so
> does RedHat (or glibc or whatever) store its libraries in a non-standard
> way?  Do I need to pass some option to g++ to tell it where my libraries
> are?  If so, where does iostream.h reside?  (I looked using find, and it
> doesn't exist as a file so I'm guessing that it's part of some other
> file?)
> 
> I'm running RH5 with the glibc libraries and gcc/g++, with everything
> installed to wherever the default is.
> 

libg++ must be installed for C++ to have libraries and include files.

-- Keith Schoenefeld


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to