Date: Sun, 8 Nov 1998 13:15:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: silver_paths AT my-dejanews DOT com cc: djgpp AT delorie DOT com Subject: Re: curses.h not working In-Reply-To: <722td8$64b$1@nnrp1.dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 8 Nov 1998 silver_paths AT my-dejanews DOT com wrote: > firework.c(42) Error: undefined reference to 'initscr' > firework.c(43) Error: undefined reference to 'stdscr' > firework.c(44) Error: undefined reference to '_cursvar' My first guess would be that you didn't add -lcurso to the link command line, and thus the linker doesn't even look into the curses library. If this doesn't help, post the entire command line you used to compile and link your program.