mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
config
contrib
doc
TODO.detail
src
FAQ
FAQ_AIX
FAQ_DEV
FAQ_HPUX
FAQ_IRIX
FAQ_MSWIN
FAQ_QNX4
FAQ_SCO
FAQ_Solaris
FAQ_german
FAQ_japanese
FAQ_polish
FAQ_russian
KNOWN_BUGS
MISSING_FEATURES
Makefile
README.mb.big5
README.mb.jp
TODO
bug.template
src
COPYRIGHT
GNUmakefile.in
HISTORY
INSTALL
Makefile
README
aclocal.m4
configure
configure.in
register.txt
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
|
|
Fri Feb 1 17:24:51 NFT 2002
|
|
|
|
On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc
|
|
(vac.C 5.0.1) passes all regression tests.
|
|
Other versions of OS and compiler should also work. If you don't have a
|
|
powerpc or use gcc you might see rounding differences in the geometry
|
|
regression test.
|
|
|
|
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
|
|
|
|
If you need libpq++ and have trouble --with-CXX=xlC make sure you have
|
|
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
|
|
and vacpp.cmp.include 5.0).
|
|
|
|
There will probably be warnings about 0.0/0.0 division and duplicate symbols
|
|
which you can safely ignore.
|
|
|
|
Compiling PostgreSQL with gcc (2.95.3) on AIX also works.
|
|
Use the configure flags: --with-CC=gcc
|
|
|
|
Since the mktime() function does not work on AIX for dates before
|
|
1970, all localtime formatted datetimes will not use summer time for
|
|
dates before 1970.
|