Re: [HACKERS] FAQ_AIX and AIX C++ patches (was: Call for platforms)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
Cc: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "'pgsql-patches(at)postgresql(dot)org'" <pgsql-patches(at)postgresql(dot)org>, "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] FAQ_AIX and AIX C++ patches (was: Call for platforms)
Date: 2001-03-27 14:56:27
Message-ID: 200103271456.JAA01032@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Applied because it is AIX-specific changes. Thanks.

[ Charset ISO-8859-1 unsupported, converting... ]
>
> The following patch updates the FAQ_AIX and makes C++ code work with
> more recent versions of the IBM C++ compiler (now called VisualAge C++).
> The C++ part was previously broken (g++ and xlC), thus this is zero risk.
> Only AIX specific parts are touched (1 Makefile.shlib line (link with $(COMPILER) instead
> of $(CC) and one shell script line (parameter -C to nm to not demangle C++ symbols for
> .exp file)).
>
> I thus ask you to please apply this patch before release.
>
> With or without this patch RC1 on AIX 4.3.2 RS6000 passes "gmake check" for both the native
> compiler vac.C 5.0.1 and gcc 2.95.2 :-)
>
> Andreas
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

--
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-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-03-27 14:57:45 Re: Re: Call for platforms
Previous Message He Weiping(Laser Henry) 2001-03-27 14:54:53 Re: 7.1 docs

Browse pgsql-patches by date

  From Date Subject
Next Message Larry Rosenman 2001-03-27 15:56:01 Re: [HACKERS] docs toolchain appears broke?
Previous Message Bruce Momjian 2001-03-27 14:52:05 Re: Re: Patch (tiny): \cd (change dir) for psql.