Re: please apply patch - build on Unixware with GCC

From: "Nicolas Bazin" <nbazin(at)ingenico(dot)com(dot)au>
To: "Peter Eisentraut" <peter_e(at)gmx(dot)net>, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: please apply patch - build on Unixware with GCC
Date: 2002-04-05 00:14:49
Message-ID: 001d01c1dc36$e6abad80$660d090a@software.ingenico.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


----- Original Message -----
From: "Peter Eisentraut" <peter_e(at)gmx(dot)net>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Nicolas Bazin" <nbazin(at)ingenico(dot)com(dot)au>; <pgsql-patches(at)postgresql(dot)org>
Sent: Friday, April 05, 2002 2:11 AM
Subject: Re: [PATCHES] please apply patch - build on Unixware with GCC

> This patch doesn't work either. You can't indent ifeq directives.
Is it a problem with other make programs ? Because it works for me with the
following config:
gmake, gcc 2.95.3, Unixware 7.1.1,

I also checked the Makefile.aix and you find indent ifeq

Now if the only problem is with indent, do you need a new patch without the
indents or is it possible to edit the current patch and remove the indents ?
>
> Bruce Momjian writes:
>
> >
> > Your patch has been added to the PostgreSQL unapplied patches list at:
> >
> > http://candle.pha.pa.us/cgi-bin/pgpatches
> >
> > I will try to apply it within the next 48 hours.
> >
>
> --------------------------------------------------------------------------
-
> >
> >
> > 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
> >
> >
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net
>
>

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-04-05 02:40:02 Re: 16 parameter limit
Previous Message Ed Loehr 2002-04-04 23:57:20 Re: 7.2 fe-exec.c patch to PQescapeString()