This worked. Thank you very much. Didier > > I tried: > > > > gcc -lncurses <DEFANGED_object files> -o project > > > > and: > > > > gcc -lcurses <DEFANGED_object files> -o project > > > > because this is what I had in the makefile under Linux. >>> You need to have -lncurses FOLLOW the object files, not PRECEDE them. >> -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/