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 From: "Ralf Habacker" To: "cygwin" , "Charles Wilson" Subject: RE: [avail for test] libtool-devel-20030121-1 Date: Sat, 8 Feb 2003 09:57:06 +0100 Message-ID: <004801c2cf50$0e670100$0a1c440a@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <000701c2ce93$faaa89f0$0a1c440a@BRAMSCHE> Hi Charles, I've taken a deeper look into the libtool sources and found a hint relating to the way other os do this checking, for example libtool.m4.in # AC_DEPLIBS_CHECK_METHOD pass_all ======== gnu*) irix5* | irix6* | nonstopux*) linux*) (most hosts) osf3* | osf4* | osf5*) sco3.2v5*) solaris*) sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*) aix4* | aix5*) beos) file_magic ========== bsdi4*) pw32*) darwin* | rhapsody*) freebsd*) hpux10.20* | hpux11*) newos6*) openbsd*) sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) match_pattern netbsd*) unknown nto-qnx) cygwin* | mingw* ) lt_cv_deplibs_check_method='pass_all' # RH cygwin* | mingw* ) lt_cv_deplibs_check_method='file_magic' # CW Also in case you tell me that this is to late, see this for information purpose. I can see from this, that major unix platforms use 'pass_all', so there couldn't be so much issues. Ralf -- 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/