From: Gary V. Vaughan Date: Wed, 6 Jan 1999 17:29:45 +0000 (+0000) Subject: revert yesterdays cygwin -dll.a change X-Git-Tag: automake_1-4~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50fe45818e7831a44cb5960fb95b4f7c10544fe8;p=thirdparty%2Flibtool.git revert yesterdays cygwin -dll.a change --- diff --git a/ChangeLog b/ChangeLog index 134b21bae..98eec5978 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 1999-01-06 Gary V. Vaughan + * 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 . diff --git a/ltconfig.in b/ltconfig.in index 467048bfe..57b6e1855 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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