Re: c programming question w/ ncurses

1998-08-12 Thread Jens B. Jorgensen
Fix below: Keith wrote: > I am trying to fumble through learning how to do some C programming. > In the book I am using, Beginning Linux Programming they are now trying > to use ncurses. I am getting the following errors when I try to compile > my source. I am compiling with this command: > > $ c

c programming question w/ ncurses

1998-08-12 Thread Keith
I am trying to fumble through learning how to do some C programming. In the book I am using, Beginning Linux Programming they are now trying to use ncurses. I am getting the following errors when I try to compile my source. I am compiling with this command: $ cc -o screenmenu screenmenu.c -lncurs