GMP 4.1.2 rc1

pggimeno@wanadoo.es pggimeno@wanadoo.es
Mon, 23 Dec 2002 18:33:16 +0100


>We plan to make a new GMP release before Yule.
>Please help us by testing the release candidate on your machines.
>
><ftp://ftp.swox.com/private/gmp/gmp-4.1.2-rc1.tar.bz2>
><ftp://ftp.swox.com/private/gmp/gmp-4.1.1-4.1.2-rc1.diff.gz>

Athlon XP-2000 running Debian Linux:

It works except "make allprogs" in tests/devel, which I assume is not
meant for users. Here's a summary of actions:

  $ tar jxf gmp-4.1.2-rc1.tar.bz2
  $ chmod -R a-w gmp-4.1.2-rc1
  $ mkdir bin.gmp-4.1.2-rc1
  $ cd bin.gmp-4.1.2-rc1
  $ ../gmp-4.1.2-rc1/config.guess
  athlon-pc-linux-gnu
  $ ../gmp-4.1.2-rc1/configure --enable-mpfr --enable-assert
  (ok)
  $ make
  (ok)
  $ make check
  (ok)
  $ cd demos
  $ make allprogs
  (ok)
  $ cd ../tune
  $ make allprogs
  (ok)
  $ cd ../tests/rand
  $ make allprogs
  (ok)
  $ cd ../devel
  $ make allprogs
  ../../../gmp-4.1.2-rc1/tests/devel/add_n.c:55: #error "Don't know
CLOCK of your machine"
  make: *** [add_n.o] Error 1


i2000 Itanium1 from www.testdrive.compaq.com running HP-UX:

Configure fails. Is this platform meant to be supported?

  $ configure --enable-mpfr --enable-assert
  (fail)

config.log contents:
<snip>

  $ ../gmp-4.1.2-rc1/configure --enable-mpfr --enable-assert

## ---------- ##
## Platform.  ##
## ---------- ##

hostname =3D spe168.testdrive.compaq.com
uname -m =3D ia64
uname -r =3D B.11.22
uname -s =3D HP-UX
uname -v =3D U

<snip>
configure:19167: checking if globals are prefixed by underscore
configure:19193: cc -O  -c conftes1.c >&5 && cc -c -O conftes2.s >&5
&& cc -O conftes1.o conftes2.o >&5
conftes2.s:1: error: syntax error
conftes2.s:2: error: syntax error
conftes2.s:3: error: syntax error
configure:19196: $? =3D 1
configure:19193: cc -O  -c conftes1.c >&5 && cc -c -O conftes2.s >&5
&& cc -O conftes1.o conftes2.o >&5
conftes2.s:1: error: syntax error
conftes2.s:2: error: syntax error
conftes2.s:3: error: syntax error
configure:19196: $? =3D 1
configure:19216: error: Test program links neither with nor without
underscore.
<snip>

conftes2.s contents:
        .code
        .export _underscore_test
_underscore_test


--=20
  Pedro Gimeno