Date: Wed, 6 Mar 1996 19:16:34 +0200 (IST) From: Eli Zaretskii To: Frank Donahoe Cc: Djgpp Subject: Re: Header file not found. In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 6 Mar 1996, Frank Donahoe wrote: > msdos.c there is a line "#include "zip.h." gcc cannot find zip.h even > when various combinations of -I-, -I.., -I../zip.h are put on the command Did you try the obvious: gcc -I. .... Unless I totally misunderstood your setup, you run make from the parent of msdos/ directory, and Make doesn't switch to that directory, so the above should be the way to go.