From: Gary V. Vaughan Date: Tue, 8 Jun 1999 10:19:26 +0000 (+0000) Subject: * ltconfig.in (cygwin, need_version): Set to no, otherwise module X-Git-Tag: release-1-3-3~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68846be3a5d0fad2259806fc3a3507ad20aaeaa9;p=thirdparty%2Flibtool.git * ltconfig.in (cygwin, need_version): Set to no, otherwise module dll's end up with mighty long names! --- diff --git a/ChangeLog b/ChangeLog index e1d26a1ec..365a10372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-06-08 Gary V. Vaughan + + * ltconfig.in (cygwin, need_version): Set to no, otherwise module + dll's end up with mighty long names! + 1999-06-06 Alexandre Oliva * ltconfig.in: Support new GNU ld --help output format. diff --git a/ltconfig.in b/ltconfig.in index d7890e156..1a22df6db 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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"