revert yesterdays cygwin -dll.a change

This commit is contained in:
Gary V. Vaughan 1999-01-06 17:29:45 +00:00
parent ffcd6f5420
commit 50fe45818e
2 changed files with 8 additions and 1 deletions

View File

@ -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>.

View File

@ -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