Re: [HACKERS] PostgreSQL supported platform report and a

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: ohp(at)pyrenet(dot)fr
Cc: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>, pgsql-ports(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL supported platform report and a
Date: 2002-11-07 12:41:02
Message-ID: 16900000.1036672862@lerlaptop.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports

--On Thursday, November 07, 2002 13:32:18 +0100 Olivier PRENANT
<ohp(at)pyrenet(dot)fr> wrote:

> That's true!
>
> But I had to export CFLAGS=-Xb to compile (this should be in port Makefile
> IMHO)
Tom fixed that with a later tuplesort.c fix (per a discussion with the
Caldera/SCO
compiler guys).

> Also, I think the Setting of LD_LIBRARY_PATH could be a win to. Although I
> doubt anyone would run uw whith at least
> LD_LIBRARY_PATH=/lib:/usr/local/lib, setting LD_LIBRARY_PATH and includes
> in the port makefile could ease the configure process as readline is not
> found if you don't add --with-includes ans --with-libs on configure
> command.
Not a problem here. (the change that is).

>
> Reagrds
> On Wed, 6 Nov 2002, Larry Rosenman wrote:
>
>> Date: Wed, 06 Nov 2002 23:27:31 -0600
>> From: Larry Rosenman <ler(at)lerctr(dot)org>
>> To: Billy G. Allie <Bill(dot)Allie(at)mug(dot)org>, pgsql-ports(at)postgresql(dot)org
>> Cc: pgsql-hackers(at)postgresql(dot)org
>> Subject: Re: [PORTS] [HACKERS] PostgreSQL supported platform report and a
>> patch.
>>
>> We already have success messages from Olivier Prenant for 7.3B4 on
>> 8.0.0, and me for 7.1.3.
>>
>> I don't believe your changes are necessary.
>>
>>
>>
>> --On Wednesday, November 06, 2002 22:57:26 -0500 "Billy G. Allie"
>> <Bill(dot)Allie(at)mug(dot)org> wrote:
>>
>> > I am including a set of 4 small patches that enable PostgreSQL 7.3b3 to
>> > build successfully on OpenUnix 8.0. These same patches should also
>> > work for UnixWare 7.x. I will confirm that tomorrow (Nov 7, 2002).
>> >
>> > Here is an explanation of the patches:
>> >
>> > 1. An update of the FAQ_SCO file.
>> >
>> > 2. This patch removes a static declaration of a in-line function in
>> > src/backend/utils/sort/tuplesort.c
>> >
>> > 3. This patch to src/makefiles/Makefile.unixware, together with the
>> > patch to src/Makefile.global.in allows any addition library search
>> > directories (added with the configure --with-libraries option) to be
>> > added to the rpath option sent to the linker. The use of a
>> > different variable to pass the addition search paths was necessary
>> > to avoid a circular reference to LDFLAGS.
>> >
>> > 4. This patch creates the variable (trpath) used by the patch to
>> > Makefile.unixware. This patch would also be for other platforms
>> > that would have to add the additional library search paths to
>> > the rpath linker option. See Makefile.unixware for an example of
>> > how to do this.
>> >
>> > After applying these patches, PostgreSQL successfully compiled on
>> > OpenUnix 8 and it passed all the regression tests.
>> >
>>
>>
>>
>>
>
> --
> Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
> Quartier d'Harraud Turrou +33-5-61-50-97-01 (Fax)
> 31190 AUTERIVE +33-6-07-63-80-64 (GSM)
> FRANCE Email: ohp(at)pyrenet(dot)fr
> -------------------------------------------------------------------------
> ----- Make your life a dream, make your dream a reality. (St Exupery)

--
Larry Rosenman, Sr. Network Engineer, Internet America, Inc.
E-Mail: ler(at)airmail(dot)net
Phone: +1 214-861-2571, Fax: 214-861-2663
US Mail: 350 N. St. Paul, Suite 3000, Dallas, TX 75201

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Olivier PRENANT 2002-11-07 13:23:43 Re: [HACKERS] PostgreSQL supported platform report and a
Previous Message Larry Rosenman 2002-11-07 12:35:31 Re: [HACKERS] PostgreSQL supported platform report and a patch.

Browse pgsql-ports by date

  From Date Subject
Next Message alp 2002-11-07 12:55:04
Previous Message Larry Rosenman 2002-11-07 12:35:31 Re: [HACKERS] PostgreSQL supported platform report and a patch.