Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 9 Oct 2003 15:50:30 -0400 From: Alexy Khrabrov To: "Gerrit P. Haase" Cc: Cygwin Subject: Re: MySQLdb under cygwin's python Message-ID: <20031009195030.GA14261%alexy.khrabrov@setup.org> References: <20031009025122.GA10336%alexy DOT khrabrov AT setup DOT org> <20031009113629 DOT GA952 AT tishler DOT net> <86698565353 DOT 20031009141459 AT familiehaase DOT 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/