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 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Teun Burgers Subject: Re: libtool 20030216: problem recognizing import libraries Date: Fri, 07 Mar 2003 21:03:08 +0100 Lines: 28 Message-ID: <3E68FAFC.2C4BA1AF@freeler.nl> References: <3E685D89 DOT D4F7B8E4 AT ecn DOT nl> <3E68E8BA DOT 4030008 AT ece DOT gatech DOT edu> <3E68F447 DOT EFFE2992 AT freeler DOT nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT main DOT gmane DOT org X-Accept-Language: en Teun Burgers wrote: > > Charles Wilson wrote: > > > Now, about your problem: I'm a bit confused, because I do *not* see that > > behavior. Please take the attached script, which contains only the new > > win32_libid() code -- the only parted changed by the patched > > libtool-20030216 -- and run the following tests: > > > > ./cygwin_libid /usr/lib/libcygwin.a > > ./cygwin_libid /usr/lib/w32api/libuser32.a > > ./cygwin_libid /usr/lib/w32api/libadvapi32.a > > ./cygwin_libid /usr/lib/w32api/libkernel32.a > > ./cygwin_libid /usr/lib/w32api/libshell32.a > > > > And report back... I've found the culprit. I installed the perl LWP module which installs a HEAD script that fetches the header of an URL. On unix HEAD and head are different but on cygwin having both HEAD and head.exe along the path causes a problem... After removing the HEAD script cygwin_libid reports x86 archive import So maybe cygwin_libid should call /usr/bin/head.exe instead of just head? Teun -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/