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)
Список
Дерево обсуждения
A How-To: PostgreSQL from Tcl via ODBC Dan Lyke <danlyke@flutterby.com>
Re: A How-To: PostgreSQL from Tcl via ODBC Bill Barnes <kgbsoft@yahoo.com>
Re: Re: A How-To: PostgreSQL from Tcl via ODBC Tom Lane <tgl@sss.pgh.pa.us>
Re: Re: A How-To: PostgreSQL from Tcl via ODBC Dan Lyke <danlyke@flutterby.com>
Re: Re: A How-To: PostgreSQL from Tcl via ODBC Bill Barnes <kgbsoft@yahoo.com>
Re: Re: A How-To: PostgreSQL from Tcl via ODBC Tom Lane <tgl@sss.pgh.pa.us>
Re: A How-To: PostgreSQL from Tcl via ODBC Dan Lyke <danlyke@flutterby.com>
Re: Re: A How-To: PostgreSQL from Tcl via ODBC Tom Lane <tgl@sss.pgh.pa.us>
Re: Re: A How-To: PostgreSQL from Tcl via ODBC Peter Eisentraut <peter_e@gmx.net>
> 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 по дате отправления