Re: Problem compiling postgres sql --with-tcl

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: Problem compiling postgres sql --with-tcl
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA421286D@m0114.s-mxs.net
обсуждение исходный текст
Список pgsql-hackers
> "Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at> writes:
> > Here is a patch per above thread.
>
> Why did you change libpgtcl's build process?  AFAIK no one was claiming
> that was broken.

It was definitely broken on AIX, and was also the original complaint.
Since the make stopped there the next failure in pl/tcl was not reported.

> This does not seem the right time to be making undiscussed changes in
> Makefile.shlib, either.  What's with that?

I was presuming, that the patch was at this stage not applied without further
review and testing on some other port.

It is not a real big problem, but for some targets "make clean" fails to
clean libxxx.2.0 (depending on what $(shlib) is on that port) and the
libxxx.exp file without the patch.
The patch brings "clean-lib" inline with "uninstall-lib".

Unfortunately it misses to clean xxx.dll on Windows, very sorry :-(
I thought I tripplechecked. Incremental patch attached.

Andreas

Вложения

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

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Connection Pooling, a year later
Следующее
От: pwd@mdtsoft.com
Дата:
Сообщение: Re: Scheduling Jobs in Postgres