Call for port reports

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Call for port reports
Дата
Msg-id 200412070100.47714.peter_e@gmx.net
обсуждение исходный текст
Ответы Re: Call for port reports  (Andrew Dunstan <andrew@dunslane.net>)
Re: Call for port reports  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Call for port reports  (Andrew Dunstan <andrew@dunslane.net>)
Re: Call for port reports  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Call for port reports  (Patrick B Kelly <pbk@patrickbkelly.org>)
Re: Call for port reports  (Travis P <twp@castle.fastmail.fm>)
Re: Call for port reports  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Re: Call for port reports  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-hackers
I have started filling in the supported platform list for the 8.0.0 
release with the information from the build farm:

http://developer.postgresql.org/docs/postgres/supported-platforms.html

It's now time to fill the holes.  Briefly, I'm looking for exit status 0 
on

./configure --prefix=SOMEWHERE --enable-thread-safety --with-tcl \ 
--with-perl --with-python --with-krb5 --with-pam -with-openssl
make
make install
make check

with PostgreSQL 8.0.0rc1 or later.  If you know what you're doing, you 
can also try other options, but please tell what you did.

(I would like the build farm members for Windows and Cygwin to use more 
feature-enabling options, because in those cases we really need the 
information about which extra features compile and work.)

If your system provides multiple compilers (for example, a vendor 
compiler and GCC), test with all of them.  Call configure as 
follows: ./configure CC=/foo/cc --prefix=...

If your system has multiple compilation modes, such as 32 bit and 64 
bit, it may be worth trying both.

Report the output of SELECT version(); as well as a "common name" of the 
operating system under which it can be listed (e.g., the distributor, 
in case of a Linux-based system).

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Mark Wong
Дата:
Сообщение: Re: [Testperf-general] Re: 8.0beta5 results w/ dbt2
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: V8 Beta 5 on AIX