From 52fe4db735a8abf5821c5d1e21082ce7803a8e8e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 5 Apr 2008 16:43:58 +0000 Subject: * configure.ac.pamphlet [mingw] (oa_shrlib_flags): Ensure the compiler appreciates we want dynamic link. --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bd94c21f..e0e52418 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.2.0-2008-04-04], +AC_INIT([OpenAxiom], [1.2.0-2008-04-05], [open-axiom-bugs@lists.sf.net]) AC_CONFIG_AUX_DIR(config) @@ -28,7 +28,8 @@ AC_SUBST(libext) case $host in *mingw*|*cygwin*) oa_use_libtool_for_shared_lib=no - oa_shrlib_flags="$oa_shrlib_flags --export-all-symbols" + oa_shrobj_flags='-prefer-pic' + oa_shrlib_flags="-shared --export-all-symbols" ;; *darwin*) oa_shrobj_flags='-dynamic' -- cgit v1.2.3