wornet 安装 ./configure 出现 WARNING: Can't find Tcl configuration definitions
make:也会出现make: *** 没有指明目标并且找不到 makefile。 停止。
解决方法:
It worked after installing the dev packages for tk8.4-dev and tcl-8.4-dev
Then running configure with:
./configure --with-tk=/usr/lib/tk8.4/ --with-tcl=/usr/lib/tcl8.4/
thanks&refers to :http://stackoverflow.com/questions/12820609/wordnet-3-0-installation-issue-on-fedora-17