From: Gary V. Vaughan Date: Fri, 26 Feb 1999 18:48:07 +0000 (+0000) Subject: * ltconfig.in (cygwin, shlibpath_overrides_runpath): I'm not even X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f7d8589f8916f84ffe5b0543db07d19256128aa;p=thirdparty%2Flibtool.git * ltconfig.in (cygwin, shlibpath_overrides_runpath): I'm not even sure whether win32 honours the runpath at all when searching for a dll to load! Anyway, when set to yes this prevents a gratuitous warning. --- diff --git a/ChangeLog b/ChangeLog index fa61f9f24..6af50ae84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1999-02-26 Gary V. Vaughan + * ltconfig.in (cygwin, shlibpath_overrides_runpath): I'm not even + sure whether win32 honours the runpath at all when searching for + a dll to load! Anyway, when set to yes this prevents a gratuitous + warning. + * depdemo/l4/Makefile.am (LIBADD_M): removed. ILD takes care of this for us. diff --git a/ltconfig.in b/ltconfig.in index d0048b414..95295f747 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1624,6 +1624,7 @@ cygwin* | mingw*) deplibs_check_method='file_magic file format pei*-i386.*architecture: i386' file_magic_cmd='objdump -f' need_lib_prefix=no + shlibpath_overrides_runpath=yes # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;;