Re: can't get tcl installed properly

Поиск
Список
Период
Сортировка
От CoL
Тема Re: can't get tcl installed properly
Дата
Msg-id brkr8o$15uq$1@news.hub.org
обсуждение исходный текст
Ответ на can't get tcl installed properly  ("Bob Powell" <bob@hotchkiss.org>)
Список pgsql-general
Hi.

Bob Powell wrote:

> To whom it may concern:
>
> I installed postgres 7.3.4 on my laptop and have successfully been able to add the language pgsql. I haven't been
ableto get tcl to install properly even though I have installed the tcl rpm that came with the server rpms.  I have
searchedmy drive for the pgtcl file and found none.  Does anyone know what's goin' on.  Thanks. 
>
> Bob Powell

try:
CFLAGS=-I/usr/include/tcl8.3 ./configure --with-tcl --without-tk
...other config options
where /usr/include/tcl8.3 is your tcl lib dir. You need tclx-dev package.

C.

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

Предыдущее
От: "Brian C. Doyle"
Дата:
Сообщение: Add Primary/Foreign Key in 7.3.2
Следующее
От: CoL
Дата:
Сообщение: Re: How to navigate tree without CONNECT BY?