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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bill Barnes <kgbsoft(at)yahoo(dot)com>
Cc: pg-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: A How-To: PostgreSQL from Tcl via ODBC
Date: 2001-02-20 18:23:40
Message-ID: Pine.LNX.4.30.0102201919030.938-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

> 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(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-02-20 18:27:33 Re: vacuum analyze again...
Previous Message Tom Lane 2001-02-20 18:18:21 Re: Problems when dumping a database

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-02-20 18:39:28 Re: Re: A How-To: PostgreSQL from Tcl via ODBC
Previous Message soporte 2001-02-20 18:17:47 Help, please