AIX Questions
Paul Zimmermann
Paul.Zimmermann at loria.fr
Wed Jul 23 08:10:15 CEST 2008
Dear Perry,
I suggest you read the following paragraph from MPFR's INSTALL file:
If the "configure" fails, please check that the C compiler and its
options are the same as those for the GMP build (specially the ABI).
You can see the latter with the following command:
grep "^CC\|^CFLAGS" GMPBUILD/Makefile
if the GMP build directory is available. Then type:
./configure <configure options> CC=<C compiler> CFLAGS=<compiler options>
and continue the install. On some platforms, you should provide further
options to match those used by GMP, or set some environment variables.
For instance, see the "Notes on AIX/PowerPC" section below.
Paul Zimmermann
More information about the gmp-discuss
mailing list