To: Sheridan West Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Missing header files where can i obtain Date: Sun, 29 May 94 14:25:24 +0300 From: eliz AT is DOT elta DOT co DOT il > When running (or attempting) to run the curses library > djgpp complains that it cannot find the > following .h files these do not exist on my disk - > since i am running the execution only environment, > which did not have these files enclosed > > i have installed the latest patch to level 5. > > errno.h > types.h > unistd.h > pc.h > time.h > setjmp.h > limits.h > string.h Sounds like you never installed the development environment which comes in the file DJDEV111.ZIP. The ``execution-only'' environment is only good to run ALREADY COMPILED programs; you cannot compile with it. The reason you have SOME of the header files is that the maintenance releases DJ111Mx.ZIP include those header files which was changed in those releases, but that is sheer luck (or a lack thereof) on your part. Btw when you unzip DJDEV111, be sure to use -n option (so existing header files are never overwritten), or answer No to the prompts of UnZip asking whether to overwrite. If you DO overwrite, you'll have to re-install all the maintenance releases in sequence after you unzip DJDEV. Eli Zaretskii