From 7842ea321d30a0fd04d3bc3f82338b0a9a77d2a9 Mon Sep 17 00:00:00 2001 From: Mark Hessling Date: Mon, 18 Nov 2002 10:34:54 +0000 Subject: [PATCH] Changes for cygwin builds --- common/accommon.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/accommon.m4 b/common/accommon.m4 index 5ab31545..82fdf9e2 100644 --- a/common/accommon.m4 +++ b/common/accommon.m4 @@ -1010,6 +1010,9 @@ case "$target" in LD_RXTRANSLIB1="dllwrap --def \$(srcdir)/\$(basename \$(@))w32.def --output-lib ${LIBPRE}\$(basename \$(@))${LIBPST} --target i386-cygwin32 --dllname \$(@)" BASE_INSTALL="cygwininstall" BASE_BINARY="cygwinbinary" +# cygwininstall target MUST install the shared library itself because +# it puts it into $(bindir) not $(libdir) as all other platforms + OTHER_INSTALLS="" ;; *darwin*) DYN_COMP="-fno-common"