From: Warren Young Date: October 31 2005 10:00pm Subject: Re: Does MySQL 5.0 support available? List-Archive: http://lists.mysql.com/plusplus/5073 Message-Id: <436693F4.9010400@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit dengxy wrote: > Since I failed to compile mysql++-2.0.6 with MySQL 5.0.15 at win32 > using MinGW with given command from README.mingw due to a > unreferenced symbol error with the example to the debug version of > libmysqlpp.a while with MySQL 4.1.15 everything goes fine. I wonder > if anyone managed to compile mysql++ to MySQL 5.0, and I can confirm > it was my own problem and I'll appreciate if anyone give some hints. MinGW support is dodgy at best right now. If you want better support, use Visual C++ instead. There is a free version available, if you are only using MinGW for cost reasons. See the MySQL++ FAQ for details.