]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
revert yesterdays cygwin -dll.a change
authorGary V. Vaughan <gary@gnu.org>
Wed, 6 Jan 1999 17:29:45 +0000 (17:29 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 6 Jan 1999 17:29:45 +0000 (17:29 +0000)
ChangeLog
ltconfig.in

index 134b21baec330974aedbec1bd3a884017fad5031..98eec59789440a454280eba788a405936508c719 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 1999-01-06  Gary V. Vaughan  <gvaughan@oranda.demon.co.uk>
 
+       * ltconfig.in (cygwin, library_names_spec): revert Alexandre's
+       change from yesterday to use `-dll.a' suffix.  That change caused
+       $libname-dll.a to be a symlink to $soname, which isn't even an
+       `ar' archive.  Before the import library suffix can be changed, we
+       need to figure out how to handle building objects differently for
+       linking with an import library versus an equivalent static library.
+
        * TODO: Added details of a Linux wrapper script bug.
        Reported by Jeff Garzik <jgarzik@pobox.com>.
 
index 467048bfe6c3561d34a7aaf7d9de670fe76006c6..57b6e1855285983aa3e0257bef466c7e78cec115 100755 (executable)
@@ -1591,7 +1591,7 @@ bsdi4*)
 cygwin32* | mingw32*)
   version_type=windows
   if test "$with_gcc" = yes; then
-    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname-dll.a'
+    library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
   else
     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
   fi