From: Warren Young Date: June 22 2007 7:49pm Subject: Re: Cant build mysql++ 2.2.3 List-Archive: http://lists.mysql.com/plusplus/6690 Message-Id: <467C27BB.8070304@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Des Smith wrote: > I am building 2.2.3 mysql++. ...under what operating system? ...with what compiler? ...with what configure script arguments? > checking for MySQL library directory... > /work/pairg/workspace/mysql/usr/lib/mysql > > checking for MySQL include directory... > /work/pairg/workspace/mysql/usr/include/mysql > > checking for mysql_store_result in -lmysqlclient... no > > configure: error: Could not find working MySQL client library! Configure is telling you that it's unable to link a trivial program to your C API library. Therefore, your C API library is questionable. Do you have a good reason for using a nonstandard version of MySQL? (It's clear you're not just installing a pre-built version here.) > Why does configure skip the client libraries as incompatible? ld is skipping it, not configure. One cannot make further guesses without knowing details of your toolchain.