X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :content-type:content-transfer-encoding:mime-version; q=dns; s= default; b=yeH1i5YRF8VmZld0lB6E3hdTMTAeWF6nSO0OWqIO0cSN/tJb5I+tn GOUlasdobYAlegdJUKPOnt5sm78DDrXqxjrY2vn63EVOHqEjtRWev3KyR5IGTfRG XKfyAHGOESJfY55kJk15/UAAj9eTcHq73r0WOFTl8xD7qTFI14idu0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :content-type:content-transfer-encoding:mime-version; s=default; bh=JZLxCWupdOAeFruxT9fprEvH2Z4=; b=NHIEVg4RaLZSvN8ql5C7NVxkoiPY MzAlgEUXqUwuWrP+b4040T8z6iSJqt+XqARFCOGQfH8gw0xCkUDbzLSVfaQhjya/ E1oIrM1oo5uNUYYzN/WhkxFHNpEgqPQDRtmz2DDbYdS2ROjl2uCyWFpcRey7fBSQ Dh8GJS7DLKWFJHc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.8 required=5.0 tests=AWL,BAYES_50,KAM_COUK autolearn=no version=3.3.2 X-HELO: mx-relay30-dus.antispameurope.com From: Fergus Daly To: "'cygwin AT cygwin DOT com'" CC: Fergus Daly Subject: Build script using gcc fails - missing ncurses? Date: Tue, 17 Mar 2015 12:16:43 +0000 Message-ID: <9D9AC45310887B40A7245734E850FBE1125BDCB1@FS-MX02.frontier.local> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-cloud-security-sender:fergusd AT frontier-science DOT co DOT uk X-cloud-security-recipient:cygwin AT cygwin DOT com X-cloud-security-Virusscan:CLEAN X-cloud-security-disclaimer: This E-Mail was scanned by E-Mailservice on mx-gate30-dus with B51CE2018008 X-cloud-security-connect: unknown[195.59.181.82], TLS=, IP=195.59.181.82 X-cloud-security:scantime:.1692 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t2HCH5Je023133 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 and But a comparison of new installed.db with old installed.db shows that the new installation lacks various library components that the old installation possesses, including all of libncurses10 libncurses10-5.9-20150307-1.tar.bz2 0 libncurses8 libncurses8-5.5-10.tar.bz2 0 libncurses-devel libncurses-devel-5.9-20150307-1.tar.bz2 0 libncursesw-devel libncursesw-devel-5.9-20150307-1.tar.bz2 0 (and a few others besides). Although the {list of packages} called for the installation 3 months ago and the installation today is unchanged, something has led to the reduced provision. Can anybody help me recover whatever is necessary to make the line gcc ... -lncurses work as it used to? Thank you. 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