From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15148 invoked by alias); 22 Dec 2004 20:05:02 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 14892 invoked from network); 22 Dec 2004 20:04:42 -0000 Received: from unknown (HELO mail.m4d.it) (81.208.90.41) by sourceware.org with SMTP; 22 Dec 2004 20:04:42 -0000 Received: (qmail 84408 invoked by uid 89); 22 Dec 2004 20:04:41 -0000 Received: from unknown (HELO ?10.0.0.1?) (81.74.40.71) by 0 with SMTP; 22 Dec 2004 20:04:41 -0000 Message-ID: <41C9D359.8030402@lapo.it> Date: Wed, 22 Dec 2004 20:05:00 -0000 From: Lapo Luchini User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041206 Thunderbird/1.0 Mnenhy/0.6.0.104 MIME-Version: 1.0 To: "[ML] CygWin" Subject: Re: libtool creating DLLs called ".exe" References: <41C952CC.1020905@lapo.it> In-Reply-To: <41C952CC.1020905@lapo.it> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00752.txt.bz2 Lapo Luchini wrote: > I'll try to debug it this evening, on the train, on my way home... > hope to find the problem and/or a fix. In the libtool generated for sqilte I found the bug to be that $soname is defined with $shared_extension, which in turn is defined with $shrext, but the file contained "only" a definition for $shrext_cmds (defined but never used), and no $shrext at all. Modifying the line to say $shrext instead of $shrext_cmds completely solved the problem. I was pretty much happy and ready to send a ptch upstream when I noticed that in a different project the code that used $shr_ext wasn't included at all and that "patch" did nothing to help. Moreover reading the "original" libtool I noticed that BOTH $shrext and $shrext_cmds are used here and there... but I know very little about libtool internals. Thus, I don't know the "real solution" yet ^_^""" Any suggestion? (one could be to write to a libtool mailing list insetad of a cygwin one, that's for sure.. but I tought someone could be interested too, as the problem arose more than one time on this list already...) -- Lapo Luchini lapo@lapo.it (PGP & X.509 keys available) http://www.lapo.it (ICQ UIN: 529796) -- 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/