Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> 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" <maxb AT ukf DOT net> To: "Roy Clemmons" <roy_clemmons AT hotmail DOT com>, <cygwin AT cygwin DOT com> References: <Law12-OE45OAoOWRmva000101a3 AT hotmail DOT com> 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/