Re: undefined references compiling gcc with ncurses

2005-10-25 Thread Gerrit P. Haase
Jeff Scudder wrote: Greetings, I am a curses newbie and having trouble running a simple curses program. I haven't run into a discussion thus far on the specific problem I'm having and I imagine there is a simple solution. My program is named ctest.c and is as follows: #include #include int mai

Re: undefined references compiling gcc with ncurses

2005-10-25 Thread René Berber
Jeff Scudder wrote: > I am a curses newbie and having trouble running a simple curses > program. I haven't run into a discussion thus far on the specific > problem I'm having and I imagine there is a simple solution. My > program is named ctest.c and is as follows: > > > #include > #include > >

Re: undefined references compiling gcc with ncurses

2005-10-25 Thread Igor Pechtchanski
On Tue, 25 Oct 2005, Jeff Scudder wrote: > Greetings, > I am a curses newbie and having trouble running a simple curses > program. I haven't run into a discussion thus far on the specific > problem I'm having and I imagine there is a simple solution. My > program is named ctest.c and is as follows

Re: undefined references compiling gcc with ncurses

2005-10-25 Thread Reid Thompson
Jeff Scudder wrote: Greetings, I am a curses newbie and having trouble running a simple curses program. I haven't run into a discussion thus far on the specific problem I'm having and I imagine there is a simple solution. My program is named ctest.c and is as follows: #include #include int ma

undefined references compiling gcc with ncurses

2005-10-25 Thread Jeff Scudder
Greetings, I am a curses newbie and having trouble running a simple curses program. I haven't run into a discussion thus far on the specific problem I'm having and I imagine there is a simple solution. My program is named ctest.c and is as follows: #include #include int main() { initsscr();