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: Tue, 21 Dec 2004 13:13:13 +0400 From: Maarten Boekhold Subject: Re: How change libtool rule of naming dlls from "cygFOO-version.dll" to "FOO.dll"? In-reply-to: To: cygwin AT cygwin DOT 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 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/