Re: ncurses problems

2006-03-03 Thread René Berber
Lange, Jeff wrote: > I'm trying to compile one of my programs in cygwin that uses ncurses and the > ncurses panel library. The only problem is that when I execute the following > command: > > *** > gcc -O2 -Wall -static -lncurses -lpanel main.o prefs.o comm.o > usr/lib/libncurses.a /usr/lib/l

ncurses problems

2006-03-03 Thread Lange, Jeff
Hi all, I'm trying to compile one of my programs in cygwin that uses ncurses and the ncurses panel library.  The only problem is that when I execute the following command: *** gcc -O2 -Wall -static -lncurses -lpanel main.o prefs.o comm.o usr/lib/libncurses.a /usr/lib/libpanel.a -o m2emu *** I