From: Martin Str|mberg Subject: Re: No such file or directory Newsgroups: comp.os.msdos.djgpp References: <2YwI8.9433$p56 DOT 2742900 AT newsb DOT telia DOT net> User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1022532574.97979@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 27 May 2002 20:49:34 GMT Lines: 19 NNTP-Posting-Date: 27 May 2002 20:49:34 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1022532574 news.luth.se 286 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Andreas Lans wrote: : So, Im having this really sad problem, which is probably because my complier : isnt properly set up, Im using DJGPP under windows XP, and when I for : example try to compile a very simple program like the one below, the : compiler complains that it cant find iostream. Whats the problem?? : #include : int main() : { : std::cout << "Hello, world!\n"; : } Compile with "-v" and show us the output and your compile command. Right, MartinS