mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
Last Minute AIX_FAQ patch with small corrections for current version,
please apply. Andreas
This commit is contained in:
10
doc/FAQ_AIX
10
doc/FAQ_AIX
@ -1,5 +1,5 @@
|
|||||||
From: Zeugswetter Andreas <ZeugswetterA@wien.spardat.at>
|
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
|
||||||
Tue Mar 27 10:47:31 MSZ 2001
|
Fri Feb 1 17:24:51 NFT 2002
|
||||||
|
|
||||||
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
|
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
|
||||||
(vac.C 5.0.1) passes all regression tests.
|
(vac.C 5.0.1) passes all regression tests.
|
||||||
@ -16,10 +16,10 @@ installed the appropriate C++ include files and use a C++ version that
|
|||||||
supports the string class (e.g. VisualAge C++ filesets vacpp.cmp.batch 5.0
|
supports the string class (e.g. VisualAge C++ filesets vacpp.cmp.batch 5.0
|
||||||
and vacpp.cmp.include 5.0).
|
and vacpp.cmp.include 5.0).
|
||||||
|
|
||||||
There will probably be warnings about int8 - int64 redefines, 0.0/0.0
|
There will probably be warnings about 0.0/0.0 division and duplicate symbols
|
||||||
division and duplicate symbol warnings which you can safely ignore.
|
which you can safely ignore.
|
||||||
|
|
||||||
Compiling PostgreSQL with gcc (2.95.2) on AIX also works.
|
Compiling PostgreSQL with gcc (2.95.3) on AIX also works.
|
||||||
Use the configure flags: --with-CC=gcc
|
Use the configure flags: --with-CC=gcc
|
||||||
|
|
||||||
Since the mktime() function does not work on AIX for dates before
|
Since the mktime() function does not work on AIX for dates before
|
||||||
|
Reference in New Issue
Block a user