Date: Tue, 20 Mar 2001 08:31:19 +0530 (IST) From: Mridul Muralidharan To: m DOT reddington AT worldnet DOT att DOT net cc: Djgpp mailing list Subject: Re: curses.h In-Reply-To: <002f01c0b0a0$2e4c9280$6801a8c0@red> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 go to the pdcurses directory and do a "make install". this should the library . now u are ready to go. Mridul Muralidharan S8 Electronics and Communication Regional Engineering College Calicut India ------------------------------------------------------------------------------ If the code and the comments disagree, then both are probably wrong. -- Norm Schryer All generalizations are false, including this one. -- Mark Twain /earth is 98% full ... please delete anyone you can. - fortune On Mon, 19 Mar 2001, Michael Reddington wrote: > Hello, > > I have searched the available resources and tried every possible variation I can think of but have not been able to resolve the below problem. > > 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. > > > Thank you for your time and consideration. > > > Mike Reddington >