On Fri, Oct 7, 2011 at 1:15 PM, carlopmart <[email protected]> wrote: > Hi all, > > I am trying to install tcltls libaries (http://tls.sourceforge.net) on a > SL6.1 x86_64 laptop, but I can't. When I launch configure returns me this > error: > > ./configure --prefix=/opt/tls --libdir=/opt/tls/lib --disable-threads > checking for correct TEA configuration... ok (TEA 3.6) > checking for Tcl configuration... configure: WARNING: Can't find Tcl > configuration definitions > > In config.log appears this: > > $ ./configure --prefix=/opt/tls --libdir=/opt/tls/lib --disable-threads
I saw someone suggesting that one can add a location/path for tcl like so: ./configure --with-tclconfig=/usr/lib64/tcl8.5/tclx8.4/ Maybe worth a try. Akemi
