From: "Alberto Chessa" Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP installation problems Date: 20 Apr 1998 07:57:11 GMT Organization: FIAR S.p.A. Lines: 20 Message-ID: <01bd6c31$df423f60$92c809c0@CHESSA> References: <35378921 DOT 1654937B AT bellatlantic DOT net> Reply-To: "\"Alberto Chessa\" NNTP-Posting-Host: milano27-61.tin.it To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk aadhanda AT bellatlantic DOT net wrote in article <35378921 DOT 1654937B AT bellatlantic DOT net>... > I am having installation problems with DJGPP. I have installed > gcc280b.zip, lgpp280b.zip, bnu281b.zip, djdev201.zip, mak3761b.zip, and > txi390b.zip from the "zip picker" on the DJGPP homepage. I have set the > path in my autoexe.bat file but when i run the program "hello.cpp" it > says: > iostream.h : no such file or directory. Also, I cannot find the files > gpp.exe or gxx.exe for C++ compilation. If anybody could help me it > would be appreciated. Thank You. I suppose You forget to download v2gnu/gpp280b.zip (C++ compiler - lgpp280b.zip holds C++ library only). Also check your autoexec.bat for variable DJGPP that have to point to your djgpp.env file (something like "set DJGPP=C:\djgpp\djgpp.env").