Re: Call for port reports
| От | Travis P |
|---|---|
| Тема | Re: Call for port reports |
| Дата | |
| Msg-id | 393D81FE-4C70-11D9-86E4-003065F9DAF8@castle.fastmail.fm обсуждение исходный текст |
| Ответ на | Call for port reports (Peter Eisentraut <peter_e@gmx.net>) |
| Список | pgsql-hackers |
I tested with what dependencies were already available. Unfortunately,
even --with-perl couldn't be used because the libraries are apparently
non-shared (or so the build process reported).
======================================
AIX 5.1, 32-bit, four Power4 processors,
# SELECT version();
PostgreSQL 8.0.0rc1 on powerpc-ibm-aix5.1.0.0, compiled by /usr/bin/cc_r
./configure \
CC=/usr/bin/cc_r \
CFLAGS='-qmaxmem=-1' \
--prefix=SOMEWHERE \
--enable-thread-safety \
--with-openssl \
make
make install
make check
All 96 tests passed.
======================================
======================================
AIX 5.1, 64-bit, four Power4 processors,
# SELECT version();
PostgreSQL 8.0.0rc1 on powerpc-ibm-aix5.1.0.0, compiled by /usr/bin/cc_r
export OBJECT_MODE=64
./configure \
CC=/usr/bin/cc_r \
CFLAGS='-qmaxmem=-1 -q64' \
--prefix=SOMEWHERE \
--enable-thread-safety \
--without-readline \
--without-zlib
make
make install
make check
All 96 tests passed.
======================================
В списке pgsql-hackers по дате отправления: