1999-05-28 00:05:38 +08:00
|
|
|
From: ZEUGSWETTER Andreas IZ5 <Andreas.Zeugswetter@telecom.at>
|
2000-04-18 02:05:00 +08:00
|
|
|
Mon Apr 17 14:01:23 EDT 2000
|
1999-05-28 00:05:38 +08:00
|
|
|
|
2000-04-18 02:05:00 +08:00
|
|
|
AIX 4.3.2 with native IBM compiler xlc 3.6.4 passes all regression tests.
|
|
|
|
Other versions of OS and compiler should also work. If you don't have
|
|
|
|
a powerpc there might be differences in the geometry regression test.
|
1999-09-14 23:34:49 +08:00
|
|
|
|
2000-04-18 02:05:00 +08:00
|
|
|
Use the following configure flags in addition to your own:
|
|
|
|
./configure --without-CXX
|
|
|
|
and if you have readline there:
|
|
|
|
--with-includes=/usr/local/include --with-libraries=/usr/local/lib
|
1999-05-28 00:05:38 +08:00
|
|
|
|
2000-04-18 02:05:00 +08:00
|
|
|
libpq++ does not work because xlC does not have the string and bool classes.
|
|
|
|
compiling the few files, that fail, with g++ does work.
|
1999-09-14 23:34:49 +08:00
|
|
|
|
2000-04-18 02:05:00 +08:00
|
|
|
Compiling PostgreSQL with gcc (2.95.2) on AIX does work if you use the
|
2000-05-05 11:40:20 +08:00
|
|
|
configure option: --with-template=aix_gcc
|
2000-04-18 02:05:00 +08:00
|
|
|
|
2000-05-05 11:40:20 +08:00
|
|
|
With the current compiler flags the redefines of int8 - int64, that prior
|
|
|
|
versions had a problem with, are not a problem any more.
|
1999-05-28 00:05:38 +08:00
|
|
|
|