From: | Olivier PRENANT <ohp(at)pyrenet(dot)fr> |
---|---|
To: | Larry Rosenman <ler(at)lerctr(dot)org> |
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:32:18 |
Message-ID: | Pine.UW2.4.21.0211071327350.6022-100000@server |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-ports |
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(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)
From | Date | Subject | |
---|---|---|---|
Next Message | Larry Rosenman | 2002-11-07 12:34:18 | Re: [HACKERS] PostgreSQL supported platform report and a patch. |
Previous Message | Hervé Piedvache | 2002-11-07 09:38:18 | Failed to initialize lc_messages 7.3b5 |
From | Date | Subject | |
---|---|---|---|
Next Message | Larry Rosenman | 2002-11-07 12:34:18 | Re: [HACKERS] PostgreSQL supported platform report and a patch. |
Previous Message | Tom Lane | 2002-11-07 07:42:47 | Re: [HACKERS] PostgreSQL supported platform report and a patch. |