delorie.com/archives/browse.cgi | search |
Date: | Wed, 6 Mar 1996 19:16:34 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | Frank Donahoe <fdonahoe AT wilkes1 DOT wilkes DOT edu> |
Cc: | Djgpp <djgpp AT delorie DOT com> |
Subject: | Re: Header file not found. |
In-Reply-To: | <Pine.A32.3.91.960306092449.41199A-100000@wilkes1.wilkes.edu> |
Message-Id: | <Pine.SUN.3.91.960306191447.26548A-100000@is> |
Mime-Version: | 1.0 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |