Re: gcc - iostream.h

1997-03-22 Thread Jean Pierre LeJacq
The normal debian installation automatically searches the correct directory so I'm not sure why you're having problems. To get around the problem, simply direct g++ to search in that directory: g++ -I /usr/include/g++ -- Jean Pierre On Fri, 21 Mar 1997, Jeff Shilt wrote: > I recently inst

Re: gcc - iostream.h

1997-03-22 Thread Philippe Troin
[EMAIL PROTECTED] said: > I recently installed the basic development files - gcc, cpp, > binutils, libs, and libs-dev. When I tried to compile a program with > just a cout line it says iostream.h: no such file... Did you invoke the compiler with g++ or gcc ? For compiling C++ programs, you s

gcc - iostream.h

1997-03-21 Thread Jeff Shilt
I recently installed the basic development files - gcc, cpp, binutils, libs, and libs-dev. When I tried to compile a program with just a cout line it says iostream.h: no such file... I remeber seeing a lot of this on the linux newsgroup, and there seemed to be as many theories as there were a