Posted to tcl by tomk at Mon Feb 11 23:07:37 GMT 2013view raw

  1. $ ls ${HOME}/local/linux/tcltk8.6/lib
  2. install-sh libtk8.6.so tcl8 tclooConfig.sh
  3. libtcl8.6.so libtkstub8.6.a tcl8.6 tk8.6
  4. libtclstub8.6.a pkgconfig tclConfig.sh tkConfig.sh
  5.  
  6. $ ./configure \
  7. > --prefix=${HOME}/local/linux/tcltk8.6 \
  8. > --with-tcl=${HOME}/local/linux/tcltk8.6/lib\
  9. > 2>&1 | tee -a aa_BUILD_LOG
  10. checking for correct TEA configuration... ok (TEA 3.9)
  11. configure: configuring thread 2.7.0
  12. configure: error: cannot find install-sh or install.sh in tclconfig ./tclconfig
  13. $
  14.