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:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=NiKryLwstwGDS/qMoNhqkElqh7BA1 pW/XHcpuXWal2InpFLgHL+cmcc6YS9xe0CeIgZGcGZrMDAysz5asurv591Q8ZXh7 rpb93nj/xwQe0cpQpTTNWBdS8VNiHXgRb/kcuAE0GpFKH3QbmdFcrkYedxGhtDtE xeGNGaXiSFO8Ng= 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:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=0nayXoK9Pnp7tsdt6K+uMZ9oAeM=; b=KsQ trYQd5qq/WlUk4pCJHv6NiEBmXbsGI6nJ3/O11HzWBbRgJK8p6lI5lmAj4fanJj3 2WHdJqE1wcPglGyJXFhkXp9cOIPvtNdMybvdJGjqsd6SptVoGvkOzISoEnFArnZz YppX4ULaRiutucYOF7Lzyqmv0CannhN03i+JXOiQ= 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.5 required=5.0 tests=AWL,BAYES_50,KAM_COUK autolearn=no version=3.3.2 X-HELO: mx-relay35-dus.antispameurope.com From: Fergus Daly To: "'cygwin AT cygwin DOT com'" CC: Fergus Daly Subject: RE: Build script using gcc fails - missing ncurses? Date: Tue, 17 Mar 2015 13:02:12 +0000 Message-ID: <9D9AC45310887B40A7245734E850FBE1125BDCE0@FS-MX02.frontier.local> References: <9D9AC45310887B40A7245734E850FBE1125BDCB1 AT FS-MX02 DOT frontier DOT local> In-Reply-To: <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-gate35-dus with E8B322118005 X-cloud-security-connect: unknown[195.59.181.82], TLS=, IP=195.59.181.82 X-cloud-security:scantime:.1070 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t2HD2fuS026160 > 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 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