Re: compiling 7.2.3 with tcl -- tcl.h

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: compiling 7.2.3 with tcl -- tcl.h
Дата
Msg-id 13957.1041208699@sss.pgh.pa.us
обсуждение исходный текст
Ответ на compiling 7.2.3 with tcl -- tcl.h  (Stefan Reuschke <reuschke_ukl@web.de>)
Список pgsql-interfaces
Stefan Reuschke <reuschke_ukl@web.de> writes:
> libpgtcl.h:19: tcl.h: Datei oder Verzeichnis nicht gefunden -> means file or folder not found

> But it's there:
> /usr/local/ActiveTcl/include/tcl.h

I think you need a --with-includes pointing at that directory.

As of Tcl 8.4, the tclConfig.sh script finally includes a symbol
indicating where to find Tcl's include files, but Postgres doesn't
yet know to use it.  With earlier Tcl releases you'd need a manual
--with-includes anyway :-(
        regards, tom lane


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

Предыдущее
От: Stefan Reuschke
Дата:
Сообщение: compiling 7.2.3 with tcl -- tcl.h
Следующее
От: ljb
Дата:
Сообщение: Shouldn't .pgpass work with anything which uses libpq?