From: Vinzent Hoefler Newsgroups: comp.os.msdos.djgpp Subject: Re: No such file or directory Date: Mon, 27 May 2002 22:54:29 +0200 Organization: JeLlyFish software References: <2YwI8.9433$p56 DOT 2742900 AT newsb DOT telia DOT net> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 62.202.193.54 Message-ID: <3cf29d0c$1_2@news.bluewin.ch> X-Trace: news.bluewin.ch 1022532876 62.202.193.54 (27 May 2002 22:54:36 +0200) Lines: 18 X-Complaints-To: abuse AT bluewin DOT ch To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Andreas Lans" wrote: >example try to compile a very simple program like the one below, the >compiler complains that it cant find iostream. Whats the problem?? Have you set up the DJGPP Environment variable set up properly? You should have a line like SET DJGPP=C:/DJGPP/DJGPP.ENV in your AUTOEXEC.BAT. Try 'SET' at the command prompt to see if it's there. Vinzent.