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' message.

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.

regards, tom lane



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 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.
 
 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.
 
   regards, tom lane


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



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
recent CVS sources.

One of the bugs I had to track down even though my original CVS update
was only a few weeks old.

Dan