1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-12 15:23:02 +03:00
Files
config
contrib
doc
TODO.detail
src
FAQ
FAQ_AIX
FAQ_DEV
FAQ_HPUX
FAQ_IRIX
FAQ_MSWIN
FAQ_QNX4
FAQ_SCO
FAQ_Solaris
FAQ_czech
FAQ_german
FAQ_hungarian
FAQ_japanese
FAQ_polish
FAQ_russian
FAQ_turkish
KNOWN_BUGS
MISSING_FEATURES
Makefile
README.mb.big5
README.mb.jp
TODO
bug.template
src
COPYRIGHT
GNUmakefile.in
Makefile
README
README.CVS
aclocal.m4
configure
configure.in
postgres/doc/FAQ_AIX

21 lines
787 B
Plaintext

From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
$Date: 2002/11/12 20:02:32 $
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
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.
You need libm.a that is in the fileset bos.adt.libm. (Try the
following command.)
$ lslpp -l bos.adt.libm