Re: [INTERFACES] pgtclsh

From: Bruce Stephens <bruce(at)cenderis(dot)demon(dot)co(dot)uk>
To: pgsql-interfaces(at)hub(dot)org
Subject: Re: [INTERFACES] pgtclsh
Date: 1998-03-22 17:17:29
Message-ID: 199803221717.RAA15567@cenderis.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

plegris(at)fbibm1(dot)epfl(dot)ch said:
> I can't get pgtclsh to compile :( I first tried to install postgres
> using the ./configure --with-tcl option postgres installed ok but
> without pgtclsh so I went to /usr/src/pgsql/src/bin/pgtclsh and tried
> to compile pgtcslh from there but I got this errors

Yes, I get the same errors. Not surprising: looking at the Makefile, there's
no mention of the Tcl library. You could add that.

Alternatively, look in src/interfaces/libpgtcl, and get that to build. Then
you can just use "load" to load the interface into any suitable interpreter
(tclsh8.0, wish8.0, tixwish8.0, etc.).

Browse pgsql-interfaces by date

  From Date Subject
Next Message The Hermit Hacker 1998-03-22 20:05:46 Re: problems running pgaccess 0.73 and 0.84 with new postgresql 6.3
Previous Message The Hermit Hacker 1998-03-22 17:11:49 Re: remote machine cant see postgresql with ODBC