From: Warren Young Date: September 10 2004 9:36pm Subject: Re: MySQL++ with MinGW List-Archive: http://lists.mysql.com/plusplus/3473 Message-Id: <41421E4D.9070309@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Zahroof Mohamed wrote: > folder, and created a static library using MinGWStudio. That's probably sufficient. You may have to do the same thing to create a mysqlclient library that will work. > I'm not used to using makefiles as I moved from a window's environment It's your choice, but I'll tell you now: I won't include MinGWStudio project files in the MySQL++ distribution. A MinGW environment should be perfectly capable of using the autoconf build system used on Unixy platforms (including Cygwin). > It appears that I need to > modify the makefiles that you've provided (Makefile.in?). You shouldn't have to modify anything. Read README. The configure step should discover everything that's unique about your system. If not, you would have to modify configure.in and/or the Makefile.am files, but that's a steep learning curve.