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


dale henderson wrote:

> 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?

Try

CC='gcc -no-win32' ./configure --without-server

I don't know if it'll help but it'll move the win32 portion out of the way.

Cheers,
Earnie.


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.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]