FAQ_AIX and AIX C++ patches (was: Call for platforms)

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема FAQ_AIX and AIX C++ patches (was: Call for platforms)
Дата
Msg-id 11C1E6749A55D411A9670001FA68796336825D@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список 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


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] FAQ_AIX and AIX C++ patches (was: Call for platforms)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] docs toolchain appears broke?