From f4922640d69ff4f9d65a5f977010282b903649a8 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 18 Feb 1999 19:03:12 +0000 Subject: [PATCH] missed off the --export-all from the first dlltool call --- ltconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltconfig.in b/ltconfig.in index dd27465b7..44e71bdc1 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1088,7 +1088,7 @@ if test "$with_gnu_ld" = yes; then hardcode_libdir_flag_spec='-L$libdir' allow_undefined_flag=unsupported always_export_symbols=yes - export_symbols_cmd='$DLLTOOL --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --output-def $export_symbols $objdir/$soname-ltdll.$objext $libobjs' + export_symbols_cmd='$DLLTOOL --export-all --exclude-symbols DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12 --output-def $export_symbols $objdir/$soname-ltdll.$objext $libobjs' archive_expsym_cmds='rm -f $objdir/$soname-ltdll.c~ sed -e "/^# \/\* ltdll.c starts here \*\//,/^# \/\* ltdll.c ends here \*\// { s/^# //; p; }" -e d < $0 > $objdir/$soname-ltdll.c~ -- 2.47.3