Installation
/bin/install: `wnutil.3WN.html' and `/usr/local/WordNet-3.0/doc/html/wnutil.3WN.html' are the same file make[3]: *** [install-htmlDATA] Error 1
make[3]: Leaving directory `/usr/local/WordNet-3.0/doc/html
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/usr/local/WordNet-3.0/doc/html'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/WordNet-3.0/doc'
make: *** [install-recursive] Error 1
The build process is intended to be run from a temporary directory which is different from the directory to which WordNet will be installed. So, don't extract WordNet-3.0.tar.bz2 to /usr/local/WordNet-3.0 if you intend to install it to the default location. Instead, extract it to a temporary location (e.g. your home directory). Once WordNet is installed successfully, you can remove the directory.
wishwn: error while loading shared libraries: libtk.so.0: cannot open shared object file: No such file or directory
you need to create some symbolic links- some Linux distributions no longer have the links for backward compatibility that are necessary for running WordNet. You need to set up the appropriate links. The commands will be similiar to:
cd /usr/lib
ln -s libtk.so libtk.so.0
ln -s libtcl.so libtcl.so.0
Note that the first argument to each ln command may require a version number. (e.g. ln -s libtk84.so libtk.so.0)
WNHOME = D:\Other\WordNet
WNSEARCHDIR = D:\Other\WordNet\dict
