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: <3ED22ECA.2040000@ece.gatech.edu> Date: Mon, 26 May 2003 11:12:10 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030401 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [Libtool Patch] Reorder search path to prevent "seems to have moved" warnings. References: <036c01c32376$05277190$78d96f83 AT pomello> In-Reply-To: <036c01c32376$05277190$78d96f83@pomello> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Max Bowsher wrote: > I'm just soliciting preliminary feedback here, before I send this on to > libtool-patches. Seems ok to me. --Chuck > > --- /usr/autotool/devel/share/aclocal/libtool.m4.orig 2003-05-26 > 11:25:40.000000000 +0100 > +++ local-libtool.m4 2003-05-26 11:44:29.000000000 +0100 > @@ -1217,7 +1217,7 @@ > cygwin*) > # Cygwin DLLs use 'cyg' prefix rather than 'lib' > soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} > | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' > - sys_lib_search_path_spec="/lib /lib/w32api /usr/lib /usr/local/lib" > + sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib" > ;; > mingw*) > # MinGW DLLs use traditional 'lib' prefix > > -- 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/