Mark LaPierre wrote:
I ran this:
./configure --with-tcl-libs=/usr/lib --with-tcl-inc=/usr/include --with-tcl-lib-name=tcl.h
this sounds wrong: tcl.h is a header file, not a library. The library is something like libfoo.so , and the lib-name would then be foo (drop the lib and .so parts).