Re: please apply patch - build on Unixware with GCC

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Nicolas Bazin <nbazin(at)ingenico(dot)com(dot)au>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: please apply patch - build on Unixware with GCC
Date: 2002-04-05 12:02:01
Message-ID: 200204051202.g35C21S22652@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

Leading spaces in conditional macros removed.

---------------------------------------------------------------------------

Nicolas Bazin wrote:
> Here it is the patch with ld_R_works and added support to gnu ld options.
>
> Please apply patch.
>
> Nicolas
> ----- Original Message -----
> From: "Peter Eisentraut" <peter_e(at)gmx(dot)net>
> To: "Nicolas Bazin" <nbazin(at)ingenico(dot)com(dot)au>
> Cc: <pgsql-patches(at)postgresql(dot)org>
> Sent: Wednesday, April 03, 2002 2:10 AM
> Subject: Re: [PATCHES] please apply patch - build on Unixware with GCC
>
>
> > Nicolas Bazin writes:
> >
> > > This patch corrects the use of rpath and export options when compiling
> > > on postgres on Unixware with GCC built with gnu-as and gnu-ld.
> >
> > Ya know, that $(ld_R_works) stuff was there for a reason. Not all
> > versions of the Unixware linker support that option.
> >
> > --
> > Peter Eisentraut peter_e(at)gmx(dot)net
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
> >

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-04-05 12:13:04 Re: 7.2 fe-exec.c patch to PQescapeString()
Previous Message Bruce Momjian 2002-04-05 11:58:34 Re: ALTER TABLE ... RENAME: minor stuff