Hi,
the mysqlclient library and the clients do not build OOTB. I didn't
get around to build the clients yet, but I found a way to compile
libmysqlclient.a which was more urgent for me. It shouldn't be too
hard to get to the clients from this point. Please see the
instructions and patches appended
dale henderson wrote:
> I used ./configure --without-server and created the makefiles.
> /include/config-win.h is looking for so I included
> /usr/include/mingw in the include path and libmingw32 in the linked
> libraries for /libmysql/Makefile. Now there are a lot of redefines and
> undeclares
I used ./configure --without-server and created the makefiles.
/include/config-win.h is looking for so I included
/usr/include/mingw in the include path and libmingw32 in the linked
libraries for /libmysql/Makefile. Now there are a lot of redefines and
undeclares for LC_CTYPE and WSADATA...
dale henderson wrote:
>
> I am trying to compile the latest mysql sources on the latest cygwin. Does
> anyone know the correct ./configure parameters to get a successful mysql
> client. I have tried using:
>
> ./configure --without-server
>
> AND
>
> CC="gcc -mno-cygwin" CXX="c++ -mno
I am trying to compile the latest mysql sources on the latest cygwin. Does
anyone know the correct ./configure parameters to get a successful mysql
client. I have tried using:
./configure --without-server
AND
CC="gcc -mno-cygwin" CXX="c++ -mno-cygwin" ./configure --without-server
--