Date: Sun, 24 Nov 1996 12:01:30 +0200 (IST) From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> To: Panos Platon Tsapralis <panosts AT hiway DOT gr> Cc: "D.J.Delorie" <djgpp AT delorie DOT com> Subject: Re: PDCurses Compiling Problems. In-Reply-To: <199611240023.WAA16859@cosmos.hiway.gr> Message-Id: <Pine.SUN.3.91.961124120038.28870K-100000@is> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 23 Nov 1996, Panos Platon Tsapralis wrote: > P.S. : In the uncompressed/expanded form of the package there is a file > 'libcurso.a' in a directory 'lib'. When I try to compile a program, > including in the compile command line the option -lcurso, I get an > 'undefined reference...' message for every curses function I use. Put libcurso.a into the lib subdirectory of the main DJGPP installation. That's where DJGPP looks for libraries.