Ilya Zakharevich on Fri, 11 Jan 2002 04:54:01 -0500


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: pari-2.2.2.alpha released


On Fri, Jan 11, 2002 at 02:00:44AM +0100, Karim BELABAS wrote:
> I've made a snapshot of my current sources as pari-2.2.2.alpha. You can find
> it at
> 
>    ftp://megrez.math.u-bordeaux.fr/pub/pari/unstable/pari-2.2.2.alpha.tgz

--- ./config/Makefile.SH-pre	Thu Jan 10 03:39:04 2002
+++ ./config/Makefile.SH	Fri Jan 11 01:12:12 2002
@@ -114,7 +114,7 @@ if test -z "$DLLD"; then
 else
   exec="gp-sta gp-dyn"
 fi
-doexec="env \"LD_LIBRARY_PATH=.;\$\$LD_LIBRARY_PATH\" $src/test/dotest $sizeof_long"
+doexec="env \"LD_LIBRARY_PATH=.;\$\$LD_LIBRARY_PATH\" \$(SHELL) $src/test/dotest $sizeof_long"
 case "$sizeof_long" in
   4) numbits=32;;
   8) numbits=64;;
--- ./src/headers/parisys.h-pre	Fri Oct 12 05:35:38 2001
+++ ./src/headers/parisys.h	Fri Jan 11 01:39:10 2002
@@ -48,11 +48,7 @@ Foundation, Inc., 59 Temple Place - Suit
 #  ifdef __GNUC__
 #    define VOLATILE __volatile__
 #    ifdef GCC_INLINE
-#      ifndef __OPTIMIZE__
-#        error "no inlining without -O. Put back -O or remove -DGCC_INLINE"
-#      else
 #        define INLINE __inline__ static
-#      endif
 #    endif
 #  else
 #    define VOLATILE

The first is needed on OS/2 (env would not start shell scripts), the
second somehow crept in notwithstanding 2.0.14.change-24.

Enjoy,
Ilya