summaryrefslogtreecommitdiff
path: root/doc/FAQ_AIX
diff options
context:
space:
mode:
authorBruce Momjian2000-11-09 04:17:53 +0000
committerBruce Momjian2000-11-09 04:17:53 +0000
commita0951eec081bc34a30d069910c0a2ceb6515042a (patch)
treedc6342f75ed13b2154a9afb95310d9055f9e3b17 /doc/FAQ_AIX
parent372e598c44a9f26cd30bbf96896813d0ef3557b2 (diff)
Please apply this patch to current, to fix a problem with runcheck,
that installs into a different path than is configured. With this applied both postmaster and the shared libs are location independent for AIX 4.2 and up. Thanks Andreas
Diffstat (limited to 'doc/FAQ_AIX')
-rw-r--r--doc/FAQ_AIX14
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/FAQ_AIX b/doc/FAQ_AIX
index e03ba1469d0..8c4f45732dd 100644
--- a/doc/FAQ_AIX
+++ b/doc/FAQ_AIX
@@ -1,13 +1,12 @@
-From: ZEUGSWETTER Andreas IZ5 <[email protected]>
-Mon Apr 17 14:01:23 EDT 2000
+From: Zeugswetter Andreas <[email protected]>
+Wed Nov 8 11:16:35 MEZ 2000
AIX 4.3.2 with native IBM compiler xlc 3.6.4 passes all regression tests.
Other versions of OS and compiler should also work. If you don't have
a powerpc there might be differences in the geometry regression test.
-Use the following configure flags in addition to your own:
-./configure --without-CXX
-and if you have readline there:
+Use the following configure flags in addition to your own
+if you have readline or libz there:
--with-includes=/usr/local/include --with-libraries=/usr/local/lib
libpq++ does not work because xlC does not have the string and bool classes.
@@ -16,6 +15,5 @@ compiling the few files, that fail, with g++ does work.
Compiling PostgreSQL with gcc (2.95.2) on AIX does work if you use the
configure option: --with-template=aix_gcc
-With the current compiler flags the redefines of int8 - int64, that prior
-versions had a problem with, are not a problem any more.
-
+There will probably be warnings about int8 - int64 redefines and 0.0/0.0
+devision warnings, which you can safely ignore.