Re: Problem compiling postgres sql --with-tcl

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: Problem compiling postgres sql --with-tcl
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA41EB45E@m0114.s-mxs.net
обсуждение исходный текст
Ответы Re: Problem compiling postgres sql --with-tcl  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Tom wrote:
> > Would a patch for src/pl/tcl/Makefile still be accepted for 7.2 ?
> 
> If it's simple and low-risk, probably so.  Please submit it anyway,
> so we'll have it on file even if the decision is to hold it till
> 7.3.

Unfortunately the issue is in both interfaces/libpgtcl and pl/tcl.
libpgtcl is not prepared for the tclConfig.sh stuff, thus it would be
more than a few lines.

Second I do not understand why the Makefile in pl/tcl is so complicated, 
and not similar e.g. to the plpython one, so the first task should be to 
simplify the Makefile to use Makefile.shlib, and not cook it's own soup.

Basically:NAME=pltclOBJS=pltcl.o SHLIB_LINK=$(TCL_LIB_SPEC) $(TCL_LIBS)all: all-lib

Third unfortunately my daughter is sick and my wife asked me to come home,
so I won't be able to work on it till Monday :-(

Andreas


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem compiling postgres sql --with-tcl
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: deadline date for .po translators