X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Eric Blake Subject: Re: cygwin & autotools - readline not found Date: Tue, 13 May 2008 21:34:51 +0000 (UTC) Lines: 17 Message-ID: References: <4829F5FD DOT 20508 AT makingthings DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: 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 Liam Staskawicz 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/