Re: [GENERAL] Re: A How-To: PostgreSQL from Tcl via ODBC

2001-02-20 Thread Dan Lyke
Tom Lane writes: > Re-run configure, and watch to make sure that it finds bison this time. > You'll need flex too, if you intend to build from CVS sources. And if you're going to use the ODBC drivers under Linux (or any other OS that links C "strings" into read only memory) you'll need pretty rec

Re: [GENERAL] Re: A How-To: PostgreSQL from Tcl via ODBC

2001-02-20 Thread Tom Lane
Bill Barnes <[EMAIL PROTECTED]> writes: > Thanks. That cleared the bison problem. > flex didn't work the same way though. Copied it also > to /home/billb/pgsql. Reported missing. Needs to go > someplace else? Hmm, should work the same: configure will find it if it's in your PATH.

Re: [GENERAL] Re: A How-To: PostgreSQL from Tcl via ODBC

2001-02-20 Thread Bill Barnes
Thanks. That cleared the bison problem. flex didn't work the same way though. Copied it also to /home/billb/pgsql. Reported missing. Needs to go someplace else? TIA Bill --- Tom Lane <[EMAIL PROTECTED]> wrote: > Bill Barnes <[EMAIL PROTECTED]> writes: > > Ran into a hitch at 'make' which r

[HACKERS] Re: [GENERAL] Re: A How-To: PostgreSQL from Tcl via ODBC

2001-02-20 Thread Peter Eisentraut
> 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 bef

Re: [GENERAL] Re: A How-To: PostgreSQL from Tcl via ODBC

2001-02-20 Thread Tom Lane
Bill Barnes <[EMAIL PROTECTED]> 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. > Still getting the 'bison missing' messag