Re: Call for port reports

From: Patrick B Kelly <pbk(at)patrickbkelly(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Call for port reports
Date: 2004-12-10 18:30:26
Message-ID: 8F84EA3C-4AD9-11D9-A4D5-000A958A3956@patrickbkelly.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


./configure \
--prefix=/usr/local/pgsql/8.0rc1 \
--enable-thread-safety \
--with-tcl \
--with-perl \
--with-python \
--with-krb5 \
--with-pam \
--with-openssl \
--with-includes=/sw/include/ \
--with-libraries=/sw/lib

make check
======================
All 96 tests passed.
======================

test8=# select version() ;
version
------------------------------------------------------------------------
----------------------------------------------------
PostgreSQL 8.0.0rc1 on powerpc-apple-darwin7.6.0, compiled by GCC gcc
(GCC) 3.3 20030304 (Apple Computer, Inc. build 1666)
(1 row)

On Dec 6, 2004, at 7:00 PM, Peter Eisentraut wrote:

> 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/
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>
>
Patrick B. Kelly
----------------------------------------------------------------------
v: 484.557.0646 http://patrickbkelly.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2004-12-10 18:44:08 errmsg("... because ...")
Previous Message Christopher Kings-Lynne 2004-12-10 05:41:36 Test