https://sourceforge.net/tracker/?func=detail&aid=3175466&group_id=6389&atid=306389 https://bugs.gentoo.org/354051 --- a/configure.ac +++ b/configure.ac @@ -292,7 +292,7 @@ AC_SUBST(ZIPTESTS) # --------------------------------------------------------------- AC_MSG_CHECKING([link options]) ZZIPLIB_LDFLAGS="" -test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="--export-dynamic" +test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="-Wl,--export-dynamic" RESOLVES=" # " case "$host_os" in mingw*) ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole"