pgsql/ oc/FAQ_AIX rc/Makefile.shlib rc/backend ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/FAQ_AIX rc/Makefile.shlib rc/backend ...
Date: 2001-03-27 14:56:20
Message-ID: 200103271456.f2REuKG95683@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/03/27 09:56:20

Modified files:
doc : FAQ_AIX
src : Makefile.shlib
src/backend/port/aix: mkldexport.sh

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-27 16:01:56 Re: pgsql/src/bin/initdb initdb.sh
Previous Message D'Arcy J.M. Cain - vex.net 2001-03-27 10:53:21 pgsql/src/interfaces/python setup.py