From: Warren Young Date: January 7 2008 4:22pm Subject: Re: Mingw link errors, v3.0.0 beta 2 List-Archive: http://lists.mysql.com/plusplus/7364 Message-Id: <478251CC.30705@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Joel Fielder wrote: > > You're probably hating the subject of this email, Look on the bright side, I'm still supporting it, right? :) > You need -lwsock32 to fix these. Thanks, it's fixed in svn now. > undefined reference to `mysql_get_host_info@4' This sort of error just points out yet another place where the .def file is missing an '@#' bit. The fix is obvious when you look at it, so if you come across more of these, it should be easy to cook up a patch. I've checked in a change untested, based solely on the errors you posted. I'll try to test it myself at least once before final release, but since it's your itch....