From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Dan Lyke <danlyke(at)flutterby(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 21:04:58 |
Message-ID: | 6473.982703098@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Dan Lyke <danlyke(at)flutterby(dot)com> writes:
> Bill Barnes writes:
>> 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.
> I'm a Debian user too, but I had bison installed. Remove it from
> /home/billb/pgsql (as long as it's in your path things should be
> okay), and try running "configure" again.
Yeah, if it's in your path to begin with then it shouldn't be necessary
to copy it (and it's hard to believe that /usr/bin isn't in your path).
I suspect Peter Eisentraut had the right answer: flush the config.cache
file before running configure, else it'll reuse its previous result
about whether bison exists.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-02-20 21:08:10 | Re: user meta (to the database, at least) information |
Previous Message | Gregory Wood | 2001-02-20 20:57:58 | Re: Printing PostgreSQL reports |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-02-20 21:07:52 | Re: Use of LP_DELETE in buffer header |
Previous Message | Bruce Momjian | 2001-02-20 20:58:29 | Re: floating point representation |