]> granicus.if.org Git - postgresql/commit
The following patch updates the FAQ_AIX and makes C++ code work with
authorBruce Momjian <bruce@momjian.us>
Tue, 27 Mar 2001 14:56:20 +0000 (14:56 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 27 Mar 2001 14:56:20 +0000 (14:56 +0000)
commit341cb7004473d3e8d3c120ace56c3675569616da
treeecd2e0bdaa05c9fd938f543f8a6280d07d7c3840
parentc4d354c271e405a48fab9cdaeb41b2d5bc177be0
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++ symbo
ls 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
doc/FAQ_AIX
src/Makefile.shlib
src/backend/port/aix/mkldexport.sh