Re: Why do we use Tcl's compiler and flags?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why do we use Tcl's compiler and flags?
Дата
Msg-id 22403.989722726@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Why do we use Tcl's compiler and flags?  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> The only really interesting things that tclConfig.sh (and tkConfig.sh)
> tells us are the names of various libraries.  But those names can be used
> portably with any compiler, so I don't see why we need to subscribe to the
> whole deal.  AFAICT, the rest (TCL_CC, TCL_SHLIB_SUFFIX, etc.) is merely a
> help for people who don't know how to build shared libraries, but we do,
> so we should use our own way.

I think this may be a hangover from a time when Tcl was more likely to
know how to build shlibs than our own makefiles were.

However, it doesn't appear to me that we'll get rid of all that much
cruft if we change.  We'll still need to find and read tclConfig.sh
in order to find out such interesting things as which shlibs libtcl.so
is dependent on.  Why are you concerned about fixing something that's
not especially broken?
        regards, tom lane


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

Предыдущее
От: "Steve O'Hagan"
Дата:
Сообщение: Re: Internet is putting lot of competition fire & heat under Microsoft SQL Server
Следующее
От: peter@petermouldingBUTNOTSPAM.com
Дата:
Сообщение: Re: Learning from other open source databases