MySQL Forums
Forum List  »  Connector/C++

Using MinGW with MySQL on Windows
Posted by: Mark Cianfaglione
Date: December 12, 2009 01:27PM

Hello everyone.

I'm having problems linking a MinGW project to the Windows variant of MySQL. I can assume that the Windows variant of the MySQL libraries (libmysql and mysqlclient) are both MSVC or something similar formated libraries. I've tried to convert the libraries to the GCC format but I'm not having a lot of luck there. the tool "reimp" complains that the mysqlclient library file is corrupt (it said that about the libmysql as well but I used the "pexport" tool to convert the dll and it worked)

My question is this... Is there a DLL of mysqlclient.lib? or someone who has converted it to a ".a" format here?

I guess a third question is this... Does anyone have any experience in compiling MySQL in MinGW ?

Thanks

Mark

Options: ReplyQuote


Subject
Views
Written By
Posted
Using MinGW with MySQL on Windows
6237
December 12, 2009 01:27PM
4627
January 01, 2010 02:19PM
13719
January 02, 2010 03:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.