www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Spam-Check-By: | sourceware.org |
To: | cygwin AT cygwin DOT com |
From: | Eric Blake <ebb9 AT byu DOT net> |
Subject: | Re: cygwin & autotools - readline not found |
Date: | Tue, 13 May 2008 21:34:51 +0000 (UTC) |
Lines: | 17 |
Message-ID: | <loom.20080513T213246-374@post.gmane.org> |
References: | <4829F5FD DOT 20508 AT makingthings DOT com> |
Mime-Version: | 1.0 |
User-Agent: | Loom/3.14 (http://gmane.org/) |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Liam Staskawicz <liam <at> makingthings.com> writes: > "checking for readline in -lreadline... no" > " configure: error: readline not found" > > A cygcheck -c shows that I have libreadline4, 5, and 6 all installed OK That's all find and dandy, but those are only the runtime dlls. To compile against libreadline, you also need to have the 'readline' development package installed, which includes the additional headers and linktime libraries that configure is complaining about. It is not installed by default; rerun setup.exe and select it for explicit download. -- Eric Blake volunteer cygwin readline maintainer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |