Altamir Dias (dias@vt.edu) has kindly provided the following recipe for configuring the TUE version of ispell for Windows 95/98:
SET PATH=%PATH%;C:\ISPELL\BIN;
buildhas english.med english.aff english.has
english.has
in c:\ispell\lib
Open your emacs 20.3.1 and enjoy spelling.
P.S.: I also used the procedure for GNU Emacs 19.34.6 (i386-*-nt4.0) and
there I replaced the files Ispell.el
and
Ispell4.el
in the lisp
directory with that of 20.3.1 version. It works very well.
Angus Duggan also has some hints:
Hello,
I thought you might be interested that I've compiled and run ispell 3.1 under Windows NT and emacs 19.34 on NT, using the Cygnus cygwin32 library. There are a couple of tweaks necessary, but otherwise it's relatively straightforward.
CC="gcc -D_STRICT_ANSI" ./configure
Guy-Armand Kamendje provided the following instructions for installing ispell on Windows 2000:
This document explains how to install Ispell 3.1.20 (using the Cygwin
binaries) on Windows 2000. This may also work with Window 95, Windows
NT Windows Millenium edition but I have not tested it. Beside the
Ispell package, two additional files mount.exe
and
cygwin1.dll
are required. This installation worked
pretty well with XEmacs 21.4.3
cygwin1.dll
).
mount.exe
.
mydir
. This will
create a unix like directory structure
(mydir/../usr/local/bin
,
mydir/../usr/local/lib
) on your drive.
set path=mydir/../usr/local/bin;%path%
cygwin1.dll
in a directory of your path. Let's say /usr/local/bin
.
ispell -vv
in your command shell.
/
(root directory in
unix). The syntax is essentially
mount
device destination .
Entering something like
mount mydir/../ /
will do the job if you untarred ispell in mydir/../
(note
that if instead you have something like c:/usr/local/*
then you should enter mount c: /
) The mount utility edits
your registry and lets the /
(the unix root) point to
your
installation directory ( check HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts
v2V\/ the entry native should be set to your installation directory)
Send comments to Guy-Armand Kamendje (guy-armand.kamendje@iaik.at).