From: silver_paths AT my-dejanews DOT com Newsgroups: comp.os.msdos.djgpp Subject: curses.h not working Date: Sun, 08 Nov 1998 01:50:32 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 26 Message-ID: <722td8$64b$1@nnrp1.dejanews.com> NNTP-Posting-Host: 206.47.80.16 X-Article-Creation-Date: Sun Nov 08 01:50:32 1998 GMT X-Http-User-Agent: Mozilla/4.04 [en] (Win95; U) X-Http-Proxy: 1.0 x4.dejanews.com:80 (Squid/1.1.22) for client 206.47.80.16 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm having trouble getting programs which utilize curses.h to function. I've tried reading the documentation which comes with curses.h but I have not been able to solve my problem by doing this. I believe that I have correctly setup my include and lib directories etc. as compiling with other include files seems to work fine. The errors which I recieve after attempting to compile to an .exe take the following form: firework.c(42) Error: undefined reference to 'initscr' firework.c(43) Error: undefined reference to 'stdscr' firework.c(44) Error: undefined reference to '_cursvar' etc. Can anyone please suggect what I am doing wrong and how to solve my problem. thank you -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own