From: Warren Young Date: June 26 2006 2:21pm Subject: Re: don't compile in dev-cpp 4.9.9.2 List-Archive: http://lists.mysql.com/plusplus/5778 Message-Id: <449FED77.8030008@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit owen nirvana wrote: > variable 'VTT for mysqlpp::Query' can't be auto-imported. Please read > the documentation for ld's --enable-auto-import for details. First, did the library examples build when you built the library? If so, then the problem is a difference between the way you're building your program vs. the way the examples are built. (And I hope you're building the library with the supplied Makefiles, and not through Dev-C++! That is not supported.) Second, if the examples also don't build, then I would suggest upgrading all of your tools. I'm not sure, but I think recent versions of MinGW fix some problems we've had in the past, because it suddenly started working for me, despite not working in the past.