configure for mysql compile

2001-01-29 Thread Markus Hoenicka
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

Re: configure for mysql compile

2001-01-28 Thread Earnie Boyd
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

Re: configure for mysql compile

2001-01-28 Thread dale henderson
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...

Re: configure for mysql compile

2001-01-28 Thread Earnie Boyd
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

configure for mysql compile

2001-01-28 Thread dale henderson
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 --