2002-02-01 21:23:24 +03:00
|
|
|
From: Zeugswetter Andreas <ZeugswetterA@spardat.at>
|
2002-11-12 23:02:32 +03:00
|
|
|
$Date: 2002/11/12 20:02:32 $
|
1999-05-27 20:05:38 +04:00
|
|
|
|
2002-11-11 23:04:05 +03: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.
|
1999-09-14 19:34:49 +04:00
|
|
|
|
2000-11-09 07:17:53 +03:00
|
|
|
Use the following configure flags in addition to your own
|
|
|
|
if you have readline or libz there:
|
2000-04-17 22:05:00 +04:00
|
|
|
--with-includes=/usr/local/include --with-libraries=/usr/local/lib
|
1999-05-27 20:05:38 +04:00
|
|
|
|
2002-11-11 23:04:05 +03:00
|
|
|
There will probably be warnings about 0.0/0.0 division and duplicate
|
|
|
|
symbols which you can safely ignore.
|
2001-03-27 18:56:20 +04:00
|
|
|
|
2002-02-01 21:23:24 +03:00
|
|
|
Compiling PostgreSQL with gcc (2.95.3) on AIX also works.
|
2001-03-27 18:56:20 +04:00
|
|
|
|
2002-11-11 23:04:05 +03:00
|
|
|
You need libm.a that is in the fileset bos.adt.libm. (Try the
|
|
|
|
following command.)
|
2002-10-09 20:21:54 +04:00
|
|
|
$ lslpp -l bos.adt.libm
|