X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Eric Lilja <mindcooler@gmail.com>
Subject:  Re: Using mysql 5.1.16 beta client libraries on cygwin
Date:  Wed, 28 Mar 2007 23:26:34 +0200
Lines: 32
Message-ID: <euemi9$aoa$1@sea.gmane.org>
References:  <eueklc$4r9$1@sea.gmane.org> <20070328210023.GB8132@trixie.casa.cgf.cx>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
User-Agent: Thunderbird 1.5.0.10 (Windows/20070221)
In-Reply-To: <20070328210023.GB8132@trixie.casa.cgf.cx>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Christopher Faylor wrote:
> On Wed, Mar 28, 2007 at 10:54:05PM +0200, Eric Lilja wrote:
>> As many of you may know, the binary distribution of MySQL for Windows 
>> only ships with MSVC++ libraries. They have no binary distribution for 
>> Cygwin. So what do you do if you want to develop c or c++ programs 
>> talking to a native Windows MySQL server using the cygwin tools?
>>
>> Well, you can compile the client libraries yourself. Here's how I did it:
>> $ tar xvzf mysql-5.1.16-beta.tar.gz
>> $ cd mysql-5.1.16-beta
>> $ ./configure --prefix=/usr/local/mysql-5.1.16-beta 
>> --exec-prefix=/usr/local/mysql-5.1.16-beta --without-server 
>> --without-docs --without-man
>> $ make
>> $ make install
>>
>> Keep the source directory so you can uninstall with:
>> $ make uninstall
> 
> If only there was some mechanism for sending precompiled cygwin-aware
> mysql clients to a wider audience...
> 
> Nah.  That's a crazy dream.

Do you mean it's a suitable candidate for an official cygwin package so 
it can be easily found and installed (whereas this post is not easy to 
encounter unless you do some searching or happen to check the list) or 
was it just your way of saying that my post was noise? I'd love to 
maintain such a package if there is interest. But I have never 
maintained a package before and it seems somewhat involved, heh.

- Eric


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

