Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <280ACD22066CBF44A2607ACD0921567D04FB79@stck2.keltec.sigtech.com> From: Didier Juges To: "'cygwin AT cygwin DOT com'" Subject: FW: problem with linking with NCurses library Date: Mon, 17 Sep 2001 15:23:05 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain This worked. Thank you very much. Didier > > I tried: > > > > gcc -lncurses -o project > > > > and: > > > > gcc -lcurses -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/