Mail Archives: djgpp/2002/07/23/02:30:16
On Mon, 22 Jul 2002, Daniel Noorduin wrote:
> Error: gcc.exe: Blah.o: No such file or directory (ENOENT)
> (with the first line "#include<iostream.h>" highlighted)
>
> either that one or:
>
> C:/djgpp/lang/cxx-v31/backward/iostream.h(31) In file included from
> C:/djgpp/lang/cxx-v31/backward/iostream.h:31
> C:/djgpp/lang/cxx-v31/backward/backward_warning.h(32) Error: 2: warning This
> file includes at least one antiquated header.... etc. To disable this
> warning use -Wno-deprecated.
For the second problem, use <iostream> instead of <iostream.h>.
- Raw text -