Re: Figured it out (psql and Gnu readline)

Поиск
Список
Период
Сортировка
От Erich
Тема Re: Figured it out (psql and Gnu readline)
Дата
Msg-id 200007130014.RAA21742@cyberpass.net
обсуждение исходный текст
Ответ на Re: Figured it out (psql and Gnu readline)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Figured it out (psql and Gnu readline)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
> configure is supposed to handle all that for you ... if it failed to
> find the right location of libreadline and associated includes then
> the question is why.  You sure you ran configure after installing
> the include files?

I just deleted my postgres tree, and then unpacked it again, and ran
configure again.  libreadline.a and libhistory.a are in
/usr/local/lib/.  readline.h and history.h are in
/usr/local/include/readline/.

I then ran ./configure.

When I look at config.h, I can see that it failed to detect
/usr/local/include/readline/history.h.  Also, I see that it did define
HAVE_HISTORY_IN_READLINE 1 which is incorrect.  I would have to make
the change by hand to the file.

I think it may be a bug.

e

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

Предыдущее
От: Scott Holmes
Дата:
Сообщение: Re: Triggers with arguments
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Triggers with arguments