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 Message-ID: <013901c3c8e1$b6614290$67917ad5@starfruit> From: "Max Bowsher" To: "Roy Clemmons" , References: Subject: Re: Why 2 DLL names? Date: Mon, 22 Dec 2003 23:14:48 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Roy Clemmons wrote: > libxxxxxx.dll.a is the import library > cygxxxxxx-1.dll is the dll > > Read > http://cygwin.com/cygwin-ug-net/dll.html > for a more complete explanation.Thanks for the reply. Unless I missed > it, I still don't understand why the shared lib was created a "cyg" > prefix and a -1 suffix. "cyg" to identify it as a Cygwin-using DLL, to avoid possible conflicts with a native-Windows version. "-1" to allow for ABI versioning. See the libtool docs, "-version-info" option. > But, be that as it may, can I rename the dll > to be the correct name?Roy No. For 2 reasons: 1) You cannot rename DLLs (and still expect them to work). 2) The name is already correct. It may not be what you were expecting, but it is correct. Max. -- 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/