Date: Wed, 24 Jul 1996 09:41:20 +0200 (IST) From: Eli Zaretskii To: john miller Cc: djgpp AT delorie DOT com Subject: Re: another "cant find the file" problem In-Reply-To: <4t3i4n$ft4@sjx-ixn4.ix.netcom.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 23 Jul 1996, PENG ZHOU wrote: > >output of gcc: > >gcc version 2.7.2 > > cpp -lang-c++ -v -undef -D__GNUG__=2 -D__cplusplus -D__GNUC_MINOR_ > > _=7 -Dunix -Di386 -DMSDOS -D__unix__ -D__GO32_ -D__msdos__ -D > > __unix -d__i386 -D__GO32 -D__MSDOS -Asystem(unix) -Asystem(msdos) > >-Acpu(i386) -A > > Machine(i386) hello.cpp C:\WINDOWS\TEMP\ccbaaaaa This clearly indicates that gcc doesn't see the DJGPP.ENV file. However, the following line: > >DJGPP=c:\djgpp\djgpp.env seems to tell that DJGPP correctly points to DJGPP.ENV file. The only reason I can think of that explains this contradiction is that DJGPP.ENV somehow is not in the C:\DJGPP directory. Please check that DJGPP.ENV is in the place that it should. What version of Windows do you run?