Re: 1.5.25-11 gcc compile issue

2008-04-22 Thread Brian Dessent
Robby Gieringer wrote: > gcc -o code48_win -I/usr/include/ncurses -lncurses > -D_WIN_ code_v49w.c > (It gives a few warnings which are fine...then) > : undefined reference to `_initscr' > : undefined reference to `_newwin' > : undefined reference to `_LINES' > : undefined reference to `_COLS' > :

1.5.25-11 gcc compile issue

2008-04-22 Thread Robby Gieringer
I am trying to compile a C program using gcc on cygwin. This program has compiled on tru64, AIX, Sun, MAC, ect...but now need it for a Windows box. I've only used cygwin for 2 days and have researched this problem, but have had no luck. I send my apologies if this has already been answered, but