Date: Mon, 19 Mar 2001 21:48:26 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Michael Reddington" Message-Id: <9003-Mon19Mar2001214826+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <002f01c0b0a0$2e4c9280$6801a8c0@red> (m DOT reddington AT worldnet DOT att DOT net) Subject: Re: curses.h References: <002f01c0b0a0$2e4c9280$6801a8c0 AT red> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Michael Reddington" > Date: Mon, 19 Mar 2001 13:12:30 -0500 > > I have a program which compiles and runs both on a Sun system and Linux = > with no compiling or run-time errors. I use the same makefile for each = > environment. I have tried to compile using the DJGPP libraries and have = > compiled about half the source files but get the following error = > messages: > > Curses.h:No such file or directory (ENOENT) > > I am able to find Curses.h in c:\djgpp\contrib\pdcurs22 but I cannot = > get the compiler to find curses.h when compiling. You need to copy curses.h into the c:\djgpp\include directory. I'd expect the installation instructions to tell that.