This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

FW: problem with linking with NCurses library


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]