From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20663 invoked by alias); 23 Dec 2004 15:43:14 -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 20565 invoked from network); 23 Dec 2004 15:43:06 -0000 Received: from unknown (HELO domail2.emirates.net.ae) (213.42.1.91) by sourceware.org with SMTP; 23 Dec 2004 15:43:06 -0000 Received: from apmail4.emirates.net.ae ([195.229.241.53]) by domail2.emirates.net.ae (I&ES Mail Server 4.2) with ESMTP id <0I96005BAMBO7E@domail2.emirates.net.ae> for cygwin@cygwin.com; Thu, 23 Dec 2004 19:43:00 +0400 (GST) Received: from [217.165.98.78] (ldd1602.emirates.net.ae [217.165.98.78]) by apmail4.emirates.net.ae (I&ES Mail Server 4.2) with ESMTP id <0I9600BJOMBNNN@apmail4.emirates.net.ae> for cygwin@cygwin.com; Thu, 23 Dec 2004 19:43:00 +0400 (GST) Date: Thu, 23 Dec 2004 15:43:00 -0000 From: Maarten Boekhold Subject: Re: How change libtool rule of naming dlls from "cygFOO-version.dll" to "FOO.dll"? In-reply-to: To: cygwin@cygwin.com Message-id: <41C7E929.4080303@emirates.net.ae> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT User-Agent: Mozilla Thunderbird 1.0 - [MOOX M3] (Windows/20041208) References: X-IsSubscribed: yes X-SW-Source: 2004-12/txt/msg00806.txt.bz2 Mikhail Dmitrievsky wrote: > Hello! > > I have a problem. I write dll for Tcl and my dll must have fixed name > "libsurfit.dll" because of fixed initial procedure name, but using libtool i > have cygsurfit-1.dll :( Use the "-module" flag with libtool. That will create libsurfit-1.dll instead of cygsurfit-1.dll. If you also want to get rid of the version number, use in addition the "-avoid-version" flag. eg. libtool -module -avoid-version ....... Maarten -- 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/