This is the mail archive of the cygwin 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]
Other format: [Raw text]

RE: Build script using gcc fails - missing ncurses?


> A build script I have used forever containing the line
> 	gcc -o execname ./{various.a} -lncurses
> has failed in a new installation today of Cygwin, with the error message 
> 	ld: cannot find -lncurses
> 	collect2: error: ld returned 1 exit status

> The installation script to build Cygwin has not altered, taking the form
> 	setup-x86 -P (list of packages}
> unchanged between <old installation, not more than 3 months old> and <new installation, today>

PS Adding ',ncurses' to {list of packages} has made no difference: still getting error message ".. cannot find -lncurses".
Fergus


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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