Re: Build fails for pl/tcl on OpenBSD

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Build fails for pl/tcl on OpenBSD
Дата
Msg-id 200105071648.f47GmhE11794@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Build fails for pl/tcl on OpenBSD  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Build fails for pl/tcl on OpenBSD  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
> > I have in fact done this --- HPUX likes nonstandard prefixes ;-).  IIRC,
> > you must set --with-includes and --with-libraries, and your PATH had
> > better find the appropriate version of tclsh first.  It would appear
> > >from looking at configure that the --with-tclconfig option is fairly
> > useless, since if you don't set it the correct value is extracted by
> > asking tclsh.  You'd only need to specify it if your Tcl setup is not
> > internally consistent.
>
> The idea might have been that you could select which one of several
> installed Tcl version to use.  E.g., if you have a cutting edge
> experimental build somewhere you could use
> --with-tclconfig=$HOME/tcl-install/lib.

I had a pltcl issue here yesterday.  I fixed the problem, but I noted
that pltcl is linked not using information from Makefile.shlib, but
using commands from tclConfig.sh.  Not sure this is wrong, but it
certainly can cause problems if tclConfig.sh and Makefile.shlib don't
match.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: POSTGRESQL BUG REPORT
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Build fails for pl/tcl on OpenBSD