From 6fa6a1f865b56b1dee05d780c788686db3bd3c2a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 6 Apr 2004 09:25:17 +0000 Subject: Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths --- configure.ac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f37a97c7f..ba2b99e0c 100644 --- a/configure.ac +++ b/configure.ac @@ -1935,8 +1935,10 @@ if test "x$aixdynamic" = xyes; then zsh_cv_shared_environ="${zsh_cv_shared_environ=yes}" elif test "$host_os" = cygwin; then DL_EXT="${DL_EXT=dll}" - DLLD="${DLLD=dllwrap}" - DLLDFLAGS="${DLLDFLAGS=--export-all-symbols}" +##DLLD="${DLLD=dllwrap}" + DLLD="${DLLD=$CC}" +##DLLDFLAGS="${DLLDFLAGS=--export-all-symbols}" + DLLDFLAGS=${DLLDFLAGS=-shared -Wl,--export-all-symbols} zsh_cv_func_dlsym_needs_underscore=no DLLDFLAGS=${DLLDFLAGS=} EXTRA_LDFLAGS=${EXTRA_LDFLAGS=} -- cgit 1.4.1