This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libtool devel auto-import broken


the following patch (to the created file I know, sorry short of time)
corrects a recent regression, related to libtol tags I think, that
prevents libtool using auto-import in some cases.

Cheers,
Rob


--- libtool.m4.old	Sun Mar 17 16:06:04 2002
+++ libtool.m4	Sun Mar 17 16:06:13 2002
@@ -2554,7 +2554,7 @@ case $host_os in
     # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually
meaningless, 
     # as there is no search path for DLLs.
     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
-    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
+    _LT_AC_TAGVAR(allow_undefined_flag, $1)=
     _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
     if $LD --help 2>&1 | egrep 'auto-import' > /dev/null; then


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]