FAQ_AIX and AIX C++ patches (was: Call for platforms) - Mailing list pgsql-patches

From Zeugswetter Andreas SB
Subject FAQ_AIX and AIX C++ patches (was: Call for platforms)
Date
Msg-id 11C1E6749A55D411A9670001FA68796336825D@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-patches
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

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] FAQ_AIX and AIX C++ patches (was: Call for platforms)
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] docs toolchain appears broke?