--- rpl/configure.ac 2015/07/14 21:57:30 1.126 +++ rpl/configure.ac 2015/07/16 15:12:41 1.130 @@ -8,12 +8,12 @@ AC_SUBST(target_cpu) AC_CONFIG_HEADERS([rplconfig.h]) dnl Libraries -NCURSES=ncurses-5.9 +NCURSES=ncurses-6.0 READLINE=readline-6.3 UNITS=units-2.11 GSL=gsl-1.16 GPP=gpp-3.0 -GNUPLOT=gnuplot-5.0.0 +GNUPLOT=gnuplot-5.0.1 FILE=file-5.11 ICONV=libiconv-1.14 SQLITE=sqlite-3.8.10.2 @@ -28,7 +28,7 @@ MPFR=mpfr-3.1.2 NTL=ntl-5.5.2 COCOA=CoCoALib-0.9950 PARI=pari-2.5.4 -GIAC=giac-1.1.4 +GIAC=giac-1.2.0 dnl 32 bits ABI AC_ARG_WITH(gcc_version, @@ -461,11 +461,6 @@ if test ! -d "$srcdir"/tools/$NCURSES; t done; for i in ../$NCURSES*.patch.gz; do echo Applying patch $i && \ - if test $i = "../ncurses-5.9-20140607.patch.gz" ; then \ - rm -f Ada95/src/library.gpr; \ - elif test $i = "../ncurses-5.9-20150516.patch.gz"; then \ - rm -f doc/html/man/adacurses-config.1.html; - fi && \ gunzip -c $i | patch -p1; done); fi @@ -1312,6 +1307,9 @@ esac dnl Correction d'un problème de compilation pour GNUplot 5.0.0 ac_configure_args="$ac_configure_args --disable-wxwidgets" +dnl Correction d'un problème d'ABI avec readline +ac_configure_args="$ac_configure_args \ + --with-abi-version=5.9 --with-rel-version=5.9" case $OS in OS2)