Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <3C1D64D9.9090509@ece.gatech.edu> Date: Sun, 16 Dec 2001 22:22:01 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Robert Collins CC: cygwin-apps AT cygwin DOT com, "Roth, Kevin P." Subject: Re: curl, libcurl, libcomprex, leakbug (was:Re: Packaging cURL for cygwin distribution ???) References: <3BC750FE DOT 23291 DOT 2229240 AT localhost> <109401c18608$54a20850$0200a8c0 AT lifelesswks> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Robert Collins wrote: > The -x is the binary API compatability index. See the libtool > documentation. Actually, I don't think the libtool docs explain DLL versioning on windows (the 'c - a' thing). They DO explain about libtool's versioning scheme on UNIX, and if you read that and think about it hard enough you can synthesize the 'c - a' thing, and convince yourself that 'c - a' represents a "binary API compabitibility index" AND that DLLs on windows should be named USING that index, but it ain't obvious. I posted an explanation of the 'c - a' thing -- in this very thread -- on Oct 12. --Chuck