Re: [HACKERS] PostgreSQL supported platform report and a

From: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL supported platform report and a
Date: 2002-11-08 18:23:46
Message-ID: 200211081823.gA8INlx22687@bajor.mug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Bruce Momjian wrote:
>
> This has been saved for the 7.4 release:
>
> http:/momjian.postgresql.org/cgi-bin/pgpatches2
>
> I will not apply the _inline_ part.

Bruce,

I am attaching a patch file that will replace the previous one. It only
contains the patches to Makefile.global.in and Makefile.unixware. The
Makefile.unixware patch has been updated to include the contents of
LD_LIBRARY_PATH, if present, to the -rpath (-R) option. This change will
simplify configuring and building PostgreSQL on systems that support
LD_LIBRARY_PATH. You can set LD_LIBRARY_PATH to include all the directorys
you want to have searched for additional libraries, run configure, then run
make. The paths in LD_LIBRARY_PATH will then be embedded in the executables
via the -rpath (-R) option to the linker, and so will not require
LD_LIBRARY_PATH in order to run.

--
____ | Billy G. Allie | Domain....: Bill(dot)Allie(at)mug(dot)org
| /| | 7436 Hartwell | MSN.......: B_G_Allie(at)email(dot)msn(dot)com
|-/-|----- | Dearborn, MI 48126|
|/ |LLIE | (313) 582-1540 |

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Tony Kamin 2002-11-08 22:03:59 PostgreSQL 7.2 with AIX 4.3.3
Previous Message Bruce Momjian 2002-11-08 16:49:13 Re: [HACKERS] PostgreSQL supported platform report and a