--with-tcl build on AIX (and others) fails

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема --with-tcl build on AIX (and others) fails
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA4212898@m0114.s-mxs.net
обсуждение исходный текст
Ответы Re: --with-tcl build on AIX (and others) fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: --with-tcl build on AIX (and others) fails  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: --with-tcl build on AIX (and others) fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
The current version of the interfaces/libpgtcl/Makefile fails to build a
shared lib on platforms where the shlib needs to resolve symbols from
the loading executable (tclsh) at link time. (only affects AIX?)

The current version of pl/tcl/Makefile fails to build on some platforms,
e.g. that use a packaged version of tcl that was built with a now
unavailable compiler or that need an exports file to build shlibs.
The patch simplifies this Makefile considerably.

Makefile.shlib fails to clean correctly on some platforms.

I thus ask you again to consider applying this improved patch that fixes
above problems before RC1.
Else please keep it, to apply after release.

Thanks
Andreas

Вложения

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

Предыдущее
От: Gavin Sherry
Дата:
Сообщение: Re: RC1 time?
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: 7.1 vs. 7.2 on AIX 5L