Creating a dll with libtool no longer creates an import library.
+1999-03-18 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
+
+ * ltconfig.in (cygwin, library_names_spec): removed $libname.a.
+ Creating a dll with libtool no longer creates an import library.
+
1999-03-16 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
* ltconfig.in (extract_expsyms_cmds): Create $objdir if it does
cygwin* | mingw*)
version_type=windows
if test "$with_gcc" = yes; then
- library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
+ library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll'
else
library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.lib'
fi