From: Warren Young Date: December 31 2004 8:54pm Subject: Re: MySQL++ installation List-Archive: http://lists.mysql.com/plusplus/3871 Message-Id: <41D5BC88.30000@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Scott J. Pearson wrote: > I am trying to install MySQL++ and am running into several difficulties. I > am using a pre-compiled version of MySQL, downloaded from MySQL.com because > the RPMs had difficulty installing under CygWin. I ran: > ./configure --with-mysql=<...>/mysql-standard-4.1.8-pc-linux-i686/ Um, perhaps you missed this part on the main cygwin.com page: "Cygwin is not a way to run native linux apps on Windows." > First, in connection.cpp, mysql_shutdown > strangely had too few parameters, This is no doubt because the autoconf test that checks for this parameter assumes that you have a working mysql installation on your system. Lacking that, it misinterprets the results of the test.