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

From Olivier PRENANT
Subject Re: [PORTS] PostgreSQL supported platform report and a
Date
Msg-id Pine.UW2.4.21.0211071327350.6022-100000@server
Whole thread Raw
In response to Re: PostgreSQL supported platform report and a patch.  (Larry Rosenman <ler@lerctr.org>)
Responses Re: [PORTS] PostgreSQL supported platform report and a  (Larry Rosenman <ler@lerctr.org>)
List pgsql-hackers
That's true!

But I had to export CFLAGS=-Xb to compile (this should be in port Makefile
IMHO)
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.

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)


pgsql-hackers by date:

Previous
From: Hervé Piedvache
Date:
Subject: Failed to initialize lc_messages 7.3b5
Next
From: Larry Rosenman
Date:
Subject: Re: PostgreSQL supported platform report and a patch.