Death Gauge wrote:
> I did this:
>
> mkdir c:\mysql\lib\gcc
> cd c:\mysql\lib\gcc
> dlltool -k -d c:\mysql++\libmysqlclient.def -l libmysqlclient.a
>
> and then typed makemake mingw and make (renamed mingw32-make to simply
> make). It compiles fine until it suddenly hits the before mentioned error.
Okay, then update libmysqlclient.def appropriately. For instance,
you'll see that 'mysql_more_results' is listed alone on the line, but
the linker is telling you it wants 'mysql_more_results@4' instead. If
you submit a patch, include these changes.