www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4B603B35.3060300@etr-usa.com> |
Date: | Wed, 27 Jan 2010 06:10:13 -0700 |
From: | Warren Young <warren AT etr-usa DOT com> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 |
MIME-Version: | 1.0 |
To: | Cygwin-L <cygwin AT cygwin DOT com> |
Subject: | Re: Error when compiling mySQL client libraries |
References: | <d37e30051001270453n1663013eq52bc767870af7c36 AT mail DOT gmail DOT com> |
In-Reply-To: | <d37e30051001270453n1663013eq52bc767870af7c36@mail.gmail.com> |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 1/27/2010 5:53 AM, Jurgen Defurne wrote: > In which package is sys/ttydefaults.h supposed to be ? One answers such questions with this: http://www.cygwin.com/packages/ The answer is "no package", which then calls into question how the MySQL maintainers came to believe they should #include that file. MySQL has always been somewhat screwy to build on Cygwin, no doubt in large part because there's a perfectly good and far faster native version. I assume you are only after the client libraries, not the DB server. You may find that you can make it build by skipping the parts you don't need. Try something like this: $ ./configure --without-{debug,readline,libedit,server} -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |