Re: MySQL 5.0.21 C API under cygwin

2006-06-16 Thread Magnus Svensson
Eric Lilja wrote: I just wanted to share this if someone else is wants to do what I want to: Develop C/C++ programs using Cygwin that talk to a native Windows MySQL server. Great! Nicholas Thayer wrote: The issue with the /tmp/mysql.sock is that MySQL uses domain sockets for *NIX machine

Re: MySQL 5.0.21 C API under cygwin

2006-05-11 Thread Lloeki
For emerge-like script look at cygport, which was ITP'ed last week in cygwin-apps. Holy hippo, when at last will I stop reinventing the wheel ?! It just seems like everytime I have some kind of idea and seriously start to work on it, someone has the sneaky idea to release an equivalent project,

Re: MySQL 5.0.21 C API under cygwin

2006-05-11 Thread Reini Urban
So when is someone proposing (ITP'ing) at least the mysql-client and libmysql packages? 2006/5/11, Lloeki <[EMAIL PROTECTED]>: > > Thanks for the information. For the benefit of all, could you list all > of your configure options that are relevant to building MySQL on Cygwin? > FWIW, mine is:

Re: MySQL 5.0.21 C API under cygwin

2006-05-10 Thread Lloeki
Thanks for the information. For the benefit of all, could you list all of your configure options that are relevant to building MySQL on Cygwin? FWIW, mine is: $ mysql --version mysql Ver 14.12 Distrib 5.0.18, for pc-cygwin (i686) using EditLine wrapper conf'd with just --prefix=/opt/mysql

Re: MySQL 5.0.21 C API under cygwin

2006-05-10 Thread Yaakov S (Cygwin Ports)
Eric Lilja wrote: > Using a fully updated Cygwin, I compiled MySQL 5.0.21 with --disable-server > (and some other disables). It compiled cleanly, woot! Thanks for the information. For the benefit of all, could you list all of your configure options that are relevant to building MySQL on Cygwin?

Re: MySQL 5.0.21 C API under cygwin

2006-05-10 Thread Larry Hall (Cygwin)
Eric Lilja wrote: For a long time I've been wanting to compile C/C++ programs that can talk to a MySQL server under Cygwin. I tried to compile to several version of MySQL (configuring with the flag --without-server), but the build process always ended with some error. I also tried to convert th

Re: MySQL 5.0.21 C API under cygwin

2006-05-10 Thread Nicholas Thayer
Eric Lilja wrote: For a long time I've been wanting to compile C/C++ programs that can talk to a MySQL server under Cygwin. I tried to compile to several version of MySQL (configuring with the flag --without-server), but the build process always ended with some error. I also tried to convert th

MySQL 5.0.21 C API under cygwin

2006-05-10 Thread Eric Lilja
For a long time I've been wanting to compile C/C++ programs that can talk to a MySQL server under Cygwin. I tried to compile to several version of MySQL (configuring with the flag --without-server), but the build process always ended with some error. I also tried to convert the msvc-libraries th