postgresql/doc/FAQ_AIX

21 lines
787 B
Plaintext
Raw Normal View History

From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
$Date: 2002/11/12 20:02:32 $
1999-05-27 18:05:38 +02:00
2002-11-11 21:04:05 +01:00
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:
2000-04-17 20:05:00 +02:00
--with-includes=/usr/local/include --with-libraries=/usr/local/lib
1999-05-27 18:05:38 +02:00
2002-11-11 21:04:05 +01:00
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.
2002-11-11 21:04:05 +01:00
You need libm.a that is in the fileset bos.adt.libm. (Try the
following command.)
$ lslpp -l bos.adt.libm