On Fri, Mar 27, 2009 at 2:06 PM, Barry Demers <sdad@...> wrote:
> Tried again got this message:
> checking for correct TEA configuration... ok (TEA 3.6)
> checking for Tcl configuration... configure: WARNING: Can't find Tcl
configuration definitions
>
> I had installed Tcl/Tk by doing sudo apt-get install tcl8.5 tk8.5
> I have an app written using Tcl/Tk which does work. Where to from here?
apt-get install the tcl8.5-dev and tk8.5-dev packages (so you have the
necessary Tcl header files, etc.) and then re-run tdom's ../configure.
Michael