Forum OpenACS Development: Re: Error installing tcl 8.4x (how to solve)

Collapse
Posted by Michael Schlenker on
For many extensions an upgrade to the newer TEA 3.5 tcl.m4 macros fixes this bug.

Look for the tclconfig subdir of the package and try to import the one from:
http://tcl.cvs.sourceforge.net/tcl/tclconfig/

then rerun autoconf to regenerate the configure.

I've received a post from Aolserver list, and perhaps it works. I cited here from John:
"
I use tDOM on the 64 bit machine, and instead of installign tDOM from a tea file, I installed from the tarfile, with the command:

../configure --enable-threads --with-tcl=/usr/local/lib/ --enable-64bit

and didn't have any problems with tDOM under 64 bit aolserver.
"