diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-09-14 21:37:44 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-09-14 21:37:44 +0000 |
commit | 17d4e22ccac7f9f867eeccc8426a3bb49942bacc (patch) | |
tree | ce102b6864bde314d318a7d9510ee02422f86df1 /nt/INSTALL | |
parent | dfaaaafb67cfc74a3e97fca0854deb9368fc93d7 (diff) | |
download | emacs-17d4e22ccac7f9f867eeccc8426a3bb49942bacc.tar.gz |
Add note about expected error messages when configure
is run.
Diffstat (limited to 'nt/INSTALL')
-rw-r--r-- | nt/INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/INSTALL b/nt/INSTALL index ee964bfc4af..daf0778bcfe 100644 --- a/nt/INSTALL +++ b/nt/INSTALL @@ -20,6 +20,10 @@ Configuring: simply change to the nt subdirectory and run `configure' with no options. To see what options are available, run `configure --help'. + N.B. It is normal to see a few error messages output while configure + is running, when gcc support is being tested. These cannot be + surpressed because of limitations in the Windows 9x command.com shell. + Building: After running configure, simply run the appropriate `make' program for |