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: <109401c18608$54a20850$0200a8c0@lifelesswks> From: "Robert Collins" To: , "Roth, Kevin P." Cc: References: <3BC750FE DOT 23291 DOT 2229240 AT localhost> Subject: Re: curl, libcurl, libcomprex, leakbug (was:Re: Packaging cURL for cygwin distribution ???) Date: Sun, 16 Dec 2001 19:04:46 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 16 Dec 2001 08:04:38.0581 (UTC) FILETIME=[4EF7D650:01C18608] ----- Original Message ----- From: "Gerrit P. Haase" > >I noticed your example had a DLL name of cygcurl-2.dll. The DLLs (and .. > It is not important how the dll is named, as long as libtool is used. > The executables know how their dll is named to find it. > Also these names were 'created' by libtool. > And it is a 'standard' for cygwin, the static lib is called lib...a > the importlib is called lib...dll.a the def is called lib...def and > the dll is called cyg..-0.dll > Libtool uses the file lib...la to look for the names. The -x is the binary API compatability index. See the libtool documentation. Rob