From: Warren Young Date: September 3 2005 2:39am Subject: Re: Solaris 8 issues List-Archive: http://lists.mysql.com/plusplus/4869 Message-Id: <43190CE3.3030203@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Jeff Schweiger wrote: > > ac_nonexistent.h: Please post the entire message. The compiler will tell you where that file is being included from. Without that information, I cannot make any guess as to how to help you. > No such fire of directory Directories do not catch fire. :) Please figure out how to do cut-and-paste on your computer. I believe this is the third time where you have posted a paraphrased or misspelled error message here. It is awfully hard to debug error messages when they aren't conveyed exactly. > stdint.h: No such file or directory Again, where is this being included from? I just grepped the entire set of sources for MySQL++ and do not see stdint.h. > checking for mysql_store_result in -lmysqlclient....no > configure: error: Could not find working MySQL client library! Then how can you claim that the patch helps "a little"? This is the very thing it was created to fix. Did you re-run the bootstrap script after applying it? If so, the patch simply did not help. If not, you haven't actually tested the patch yet.