]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (cygwin, need_version): Set to no, otherwise module
authorGary V. Vaughan <gary@gnu.org>
Tue, 8 Jun 1999 10:19:26 +0000 (10:19 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 8 Jun 1999 10:19:26 +0000 (10:19 +0000)
dll's end up with mighty long names!

ChangeLog
ltconfig.in

index e1d26a1ec0fd7c9aeafc6a97bca3d56905915b8a..365a103720b6990addea0e2ae5dc7b0ea17a39b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-06-08  Gary V. Vaughan  <gary@oranda.demon.co.uk>
+
+       * ltconfig.in (cygwin, need_version): Set to no, otherwise module
+       dll's end up with mighty long names!
+       
 1999-06-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * ltconfig.in: Support new GNU ld --help output format.
index d7890e1563be3b2d1cfcfed1c1404f1dd9f64b41..1a22df6db65c2b62326e4487ed4234da2feeb336 100755 (executable)
@@ -1148,7 +1148,7 @@ EOF
       $DLLTOOL --as=$AS --dllname $soname --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --def $objdir/$soname-def --base-file $objdir/$soname-base --output-exp $objdir/$soname-exp~
       $CC $objdir/$soname-exp -Wl,--dll -nostartfiles -Wl,-e,__cygwin_dll_entry@12 -o $lib $objdir/$soname-ltdll.$objext $libobjs $deplibs $linkopts'
 
-      old_archive_from_new_cmds='$DLLTOOL --as=$AS --dllname $soname --def $objdir/$soname-def --output-lib $objdir/$libname.a'
+      old_archive_from_new_cmds='$DLLTOOL --as=$AS --dllname $soname --def $objdir/$soname-def --output-lib $objdir/$libname.a' 
     ;;
 
   netbsd*)
@@ -1768,6 +1768,8 @@ bsdi4*)
 
 cygwin* | mingw*)
   version_type=windows
+  need_version=no
+  need_lib_prefix=no
   if test "$with_gcc" = yes; then
     library_names_spec='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}.dll $libname.a'
   else
@@ -1776,7 +1778,6 @@ cygwin* | mingw*)
   dynamic_linker='Win32 ld.exe'
   deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
   file_magic_cmd='${OBJDUMP} -f'
-  need_lib_prefix=no
   # FIXME: first we should search . and the directory the executable is in
   shlibpath_var=PATH
   lt_cv_dlopen="LoadLibrary"