Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Thu, 9 Oct 2003 15:50:30 -0400
From: Alexy Khrabrov <alexy.khrabrov@setup.org>
To: "Gerrit P. Haase" <freeweb@nyckelpiga.de>
Cc: Cygwin <cygwin@cygwin.com>
Subject: Re: MySQLdb under cygwin's python
Message-ID: <20031009195030.GA14261%alexy.khrabrov@setup.org>
References: <20031009025122.GA10336%alexy.khrabrov@setup.org> <20031009113629.GA952@tishler.net> <86698565353.20031009141459@familiehaase.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <86698565353.20031009141459@familiehaase.de>
User-Agent: Mutt/1.5.4i-ja.1

On Thu, Oct 09, 2003 at 02:14:59PM +0200, Gerrit P. Haase wrote:
> 
> Configure with --enable-server=no

I prefer --without-server :) -- and it works fine.

An interesting issue occurs when trying to compile the whole mysql-4.0.15a,
after I commented out all #pragma (interface|implementation) per other
Gerrit's advice.  Everything compiles, but the server doesn't link with
only _one_symbol missing in sql_yacc.o:

my_yyoverflow(short**, YYSTYPE**, int*)

-- but that's defined in sql_parse.o!  I played briefly with declaring it
extern in sql_yacc.yy, and trying to include sql_yacc.h in more places,
but all to no avail.  As I see the server is broken under cygwin anyways,
that's a purely theoretical issue, still, anybody saw it?

Cheers,
Alexy

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

