This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: configure for mysql compile




I used ./configure --without-server and created the makefiles.
/include/config-win.h is looking for <sys/locking.h> 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....
when compiling /libmysql/my_init.c
Is there a patch for this?

dale




>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-cygwin" ./configure --without-server
> > --host=i686-pc-cygwin --target=i386-pc-mingw32
> >
> > It has hung at different places, the last being with conftest
> >
>
>Try the configure without the --host and --target switches.
>
>Earnie.
>
>_________________________________________________________
>Do You Yahoo!?
>Get your free @yahoo.com address at http://mail.yahoo.com
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]