Date: Thu, 27 Jun 1996 09:07:27 +0200 (IST) From: Eli Zaretskii To: Sansone AT aol DOT com Cc: djgpp AT delorie DOT com Subject: Re: need help compiling In-Reply-To: <960626235255_422632354@emout13.mail.aol.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 26 Jun 1996 Sansone AT aol DOT com wrote: > when I compile a program, the compiler can't find the iostream.h file even > though I know it is there in the cplusinc subdirectory. This is the compile > command that I've used > gcc -v -lcplusinc. what am i doing wrong? Please help Did you set the DJGPP environment variable to point to the exact pathname of the DJGPP.ENV file? Assuming your DJGPP is installed in C:\DJGPP directory, you should have the following on your AUTOEXEC.BAT: set DJGPP=c:/djgpp/djgpp.env If you already have such a line, please post everything gcc prints when you compile with -v option.