From: zargon AT hotmail DOT vom (Zargon) Newsgroups: comp.os.msdos.djgpp Subject: Re: COUT problem in a small program Organization: Zargon and Zed Take Over The Universe Message-ID: <3941c8b4.71673207@news.globalserve.net> References: <3941BDCA DOT 1635ABAC AT no DOT spam DOT pls> X-Newsreader: Forte Free Agent 1.11/32.235 Lines: 14 Date: Sat, 10 Jun 2000 04:50:46 GMT NNTP-Posting-Host: 207.176.153.37 X-Complaints-To: news AT primus DOT ca X-Trace: news2.tor.primus.ca 960612466 207.176.153.37 (Sat, 10 Jun 2000 00:47:46 EDT) NNTP-Posting-Date: Sat, 10 Jun 2000 00:47:46 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 10 Jun 2000 12:02:18 +0800, jsfw ate too many hallucinogenic mushrooms and wrote: >gcc.exe: Wall: No such file or directory (ENOENT) Put a dash before Wall, e.g. gcc -Wall foo.c -o foo.exe. >hello.c:1: iostream.h: No such file or directory (ENOENT) You need to get the C++ zip and install it, to get the C++ headers and libraries. This includes iostream.h. -- Any sufficiently advanced magic is indistinguishable from an Allegro-using C++ program compiled with gcc.