Re: libpgtcl.so missing from pgaccess on FreeBSD4.0?

Поиск
Список
Период
Сортировка
От Brook Milligan
Тема Re: libpgtcl.so missing from pgaccess on FreeBSD4.0?
Дата
Msg-id 200006151711.LAA16359@biology.nmsu.edu
обсуждение исходный текст
Ответ на Re: libpgtcl.so missing from pgaccess on FreeBSD4.0?  (Jim Mercer <jim@reptiles.org>)
Список pgsql-general
   you then need to add the following to your ./configure run:

       --with-tcl \
       --with-tclconfig=/usr/local/lib/tcl8.3 \
       --with-tkconfig=/usr/local/lib/tk8.3 \
       --with-includes=/usr/local/include/tcl8.3:/usr/local/include/tk8.3 \

   now, for some reason, the --with-includes did not work as expected.

Arguments are SPACE separated lists, so instead try:

       --with-includes="/usr/local/include/tcl8.3 /usr/local/include/tk8.3" \

Works for me with NetBSD.

Cheers,
Brook

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

Предыдущее
От: "Robert Deme"
Дата:
Сообщение:
Следующее
От: Jurgen Defurne
Дата:
Сообщение: Re: Lock record