From: Warren Young Date: April 30 2005 2:19am Subject: Re: cygwin configure can't find mysql libs List-Archive: http://lists.mysql.com/plusplus/4312 Message-Id: <4272EB35.8040609@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Bernd Prager wrote: > Hi, > checking for MySQL library directory... configure: error: Didn't find > the mysql library dir in '' It tried to find the MySQL C API library (libmysqlclient.*) and failed. If it is indeed installed, read the main README file to learn how to tell configure where that library is. If not, you know what to do. :)