summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-04-09 09:26:54 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-04-09 09:26:54 +0000
commit3be516f156dde81ab4036389a685fcde03b6c4a2 (patch)
tree4ae49dbdb04fdabe387781b93193df1f69f02be6 /INSTALL
parent8ebf82ccc7b6340af21a1ce0693bee5eb29f3d00 (diff)
downloadmpc-3be516f156dde81ab4036389a685fcde03b6c4a2.tar.gz
Added instructions for AIX
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@534 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 13 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 1f40337..61085fc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -45,8 +45,20 @@ In case of difficulties, please send a description of the problem to
##############################################################################
+Note for AIX users:
+===================
+
+If GMP was built with the 64-bit ABI, before building and testing MPC,
+it might be necessary to set the OBJECT_MODE environment variable to 64
+by, e.g.,
+ export OBJECT_MODE=64
+This has been tested with the C compiler IBM XL C/C++ Enterprise Edition
+V8.0 for AIX, version: 08.00.0000.0021, GMP 4.2.4 and MPFR 2.4.1.
+
+##############################################################################
+
Note for Windows users:
-======================
+=======================
There is a special file Makefile.vc for Windows, contributed by Mickael
Gastineau. This file works both for the Windows Server 2003 R2 Platform SDK,