aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-05-05 03:40:20 +0000
committerBruce Momjian <bruce@momjian.us>2000-05-05 03:40:20 +0000
commitad1c88104b3b9b5a277f96cfa3bb3a5a5f83f1d5 (patch)
tree82b18c4180cfbcc7f9778b2b6b546511a0e0ed7a
parent0471eb168143fdcfde54fc8dfe8a25c5e1e4e8f9 (diff)
downloadpostgresql-ad1c88104b3b9b5a277f96cfa3bb3a5a5f83f1d5.tar.gz
postgresql-ad1c88104b3b9b5a277f96cfa3bb3a5a5f83f1d5.zip
Please apply the following patch to the FAQ_AIX
Thanks Andreas
-rw-r--r--doc/FAQ_AIX8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/FAQ_AIX b/doc/FAQ_AIX
index 6699bfa26d6..e03ba1469d0 100644
--- a/doc/FAQ_AIX
+++ b/doc/FAQ_AIX
@@ -14,10 +14,8 @@ libpq++ does not work because xlC does not have the string and bool classes.
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: --template=aix_gcc
+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.
+With the current compiler flags the redefines of int8 - int64, that prior
+versions had a problem with, are not a problem any more.