Date: Tue, 9 Feb 1999 10:40:22 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: CryptoZip cc: djgpp AT delorie DOT com Subject: Re: compiler can't find "stdio.h" "no such file or directory" In-Reply-To: <19990208171238.15242.00000169@ng-fq1.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On 8 Feb 1999, CryptoZip wrote: > "stdio.h" means that the include is in the current directory that > you are compiling, or in one of the directories you specify on the > command like with the -I option. This is not true. "stdio.h" causes the compiler to look in the current directory, but after that it behaves exactly like . The only difference is that with the current directory is not checked at all.