|
1 | 1 | From: Zeugswetter Andreas <ZeugswetterA@wien.spardat.at>
|
2 |
| -Wed Nov 8 11:16:35 MEZ 2000 |
| 2 | +Tue Mar 27 10:47:31 MSZ 2001 |
3 | 3 |
|
4 |
| -AIX 4.3.2 with native IBM compiler xlc 3.6.4 passes all regression tests. |
5 |
| -Other versions of OS and compiler should also work. If you don't have |
6 |
| -a powerpc there might be differences in the geometry regression test. |
| 4 | +On AIX 4.3.2 PostgreSQL compiled with the native IBM compiler xlc |
| 5 | +(vac.C 5.0.1) passes all regression tests. |
| 6 | +Other versions of OS and compiler should also work. If you don't have a |
| 7 | +powerpc or use gcc you might see rounding differences in the geometry |
| 8 | +regression test. |
7 | 9 |
|
8 | 10 | Use the following configure flags in addition to your own
|
9 | 11 | if you have readline or libz there:
|
10 | 12 | --with-includes=/usr/local/include --with-libraries=/usr/local/lib
|
11 | 13 |
|
12 |
| -libpq++ does not work because xlC does not have the string and bool classes. |
13 |
| -compiling the few files, that fail, with g++ does work. |
14 |
| - |
15 |
| -Compiling PostgreSQL with gcc (2.95.2) on AIX also works. |
| 14 | +If you need libpq++ and have trouble --with-CXX=xlC make sure you have |
| 15 | +installed the appropriate C++ include files and use a C++ version that |
| 16 | +supports the string class (e.g. VisualAge C++ filesets vacpp.cmp.batch 5.0 |
| 17 | +and vacpp.cmp.include 5.0). |
16 | 18 |
|
17 | 19 | There will probably be warnings about int8 - int64 redefines, 0.0/0.0
|
18 | 20 | division and duplicate symbol warnings which you can safely ignore.
|
| 21 | + |
| 22 | +Compiling PostgreSQL with gcc (2.95.2) on AIX also works. |
| 23 | +Use the configure flags: --with-CC=gcc |
| 24 | + |
| 25 | +Since the mktime() function does not work on AIX for dates before |
| 26 | +1970, all localtime formatted datetimes will not use summer time for |
| 27 | +dates before 1970. |
0 commit comments