Re: Re: A How-To: PostgreSQL from Tcl via ODBC

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Re: A How-To: PostgreSQL from Tcl via ODBC
Дата
Msg-id Pine.LNX.4.30.0102201919030.938-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: A How-To: PostgreSQL from Tcl via ODBC  (Bill Barnes <kgbsoft@yahoo.com>)
Список pgsql-general
> Ran into a hitch at 'make' which reported that 'bison'
> was not installed.  I'm running debian potato, so used
> the apt-get install of bison.  Bison is installed in
> /usr/bin. I copied it to /home/billb/pgsql.
>
> Still getting the 'bison missing' message.

You need to remove config.cache before reconfiguring.

Here's a hint for all who are getting PostgreSQL from CVS, are anyone else
really:  Run configure with --cache=/dev/null.  There is never a reason
why you would need that cache, and there is an infinite number of reasons
why you don't want it.  It's going to save you a lot of head aches.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: vacuum analyze again...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problems when dumping a database