Re: [PORTS] PostgreSQL supported platform report and a - Mailing list pgsql-hackers

From Larry Rosenman
Subject Re: [PORTS] PostgreSQL supported platform report and a
Date
Msg-id 16900000.1036672862@lerlaptop.lerctr.org
Whole thread Raw
In response to Re: [PORTS] PostgreSQL supported platform report and a  (Olivier PRENANT <ohp@pyrenet.fr>)
Responses Re: [PORTS] PostgreSQL supported platform report and a  (Olivier PRENANT <ohp@pyrenet.fr>)
List pgsql-hackers

--On Thursday, November 07, 2002 13:32:18 +0100 Olivier PRENANT
<ohp@pyrenet.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@lerctr.org>
>> To: Billy G. Allie <Bill.Allie@mug.org>, pgsql-ports@postgresql.org
>> Cc: pgsql-hackers@postgresql.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.Allie@mug.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@pyrenet.fr
> -------------------------------------------------------------------------
> ----- Make your life a dream, make your dream a reality. (St Exupery)



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

pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: PostgreSQL supported platform report and a patch.
Next
From: greg@turnstep.com
Date:
Subject: Re: Outstanding patches