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: Fri, 10 Oct 2003 07:45:24 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <166-988110378.20031010074524@familiehaase.de> To: "Gerrit @ cygwin" Subject: Re: MySQLdb under cygwin's python In-Reply-To: References: <20031009025122.GA10336%alexy DOT khrabrov AT setup DOT org> <20031009113629 DOT GA952 AT tishler DOT net> <86698565353 DOT 20031009141459 AT familiehaase DOT de> <20031009195030.GA14261%alexy DOT khrabrov AT setup DOT org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo Andrew, >> 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. > Why are you removing the pragma interfaces? I see them in things like > client/log_event.h which seem to compile and link (well the client > links), just fine. [...] > When I try to compile the server I get the following: [...] > log.o(.text+0x3d96):log.cc: undefined reference to > `__static_initialization_and_destruction_0(int, int)' > collect2: ld returned 1 exit status That happens when not removing the #pragma implementation(interface) definitions. It may be sufficient to remove one of those, I don't remember exactly which of the both is working and which isn't. Anyway, if I don't define the first the second is superflous too? Gerrit -- =^..^= -- 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/