]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Don't empty
authorGary V. Vaughan <gary@gnu.org>
Thu, 14 Dec 2000 00:34:20 +0000 (00:34 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 14 Dec 2000 00:34:20 +0000 (00:34 +0000)
out ac_cv_global_symbol_to_cdecl inside the loop, incase we
need to go around again and try with underscore prefix.
(_LT_AC_TRY_DLOPEN_SELF): On some hosts (cygwin for instance)
self dlclosing unloads the main program and causes a SIGSEGV.  So
don't do it for now.

ChangeLog
libtool.m4

index a3dbd883cc9227039535fbd6821a9169c1efeb4f..0f73ed00ae3f6391143da369cf96f35c0a17bc1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2000-12-14  Gary V. Vaughan  <gvv@techie.com>
+
+       * libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Don't empty
+       out ac_cv_global_symbol_to_cdecl inside the loop, incase we
+       need to go around again and try with underscore prefix.
+       (_LT_AC_TRY_DLOPEN_SELF): On some hosts (cygwin for instance)
+       self dlclosing unloads the main program and causes a SIGSEGV.  So
+       don't do it for now.
+
 2000-12-05  Gary V. Vaughan  <gvv@techie.com>
 
        Oh My! Cygwin support has bitrotted while I was looking the other
index 4da84ee101eb7ad982416d8471987090c617c0a1..7d114373b359fbc4973e4f998e9afd88665b0e81 100644 (file)
@@ -313,7 +313,6 @@ EOF
     break
   else
     ac_cv_sys_global_symbol_pipe=
-    ac_cv_global_symbol_to_cdecl=
   fi
 done
 ])
@@ -568,7 +567,7 @@ main ()
     {
       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
-      dlclose (self);
+      /* dlclose (self); */
     }
 
     exit (status);