comparison nt/INSTALL @ 31625:345a3f5a7193

Add note about expected error messages when configure is run.
author Andrew Innes <andrewi@gnu.org>
date Thu, 14 Sep 2000 21:37:44 +0000
parents f64a9a44e2a3
children efa42820d1af
comparison
equal deleted inserted replaced
31624:417b6743c5fa 31625:345a3f5a7193
17 options on the command line when invoking configure. 17 options on the command line when invoking configure.
18 18
19 To configure Emacs to build with GCC or MSVC, whichever is available, 19 To configure Emacs to build with GCC or MSVC, whichever is available,
20 simply change to the nt subdirectory and run `configure' with no 20 simply change to the nt subdirectory and run `configure' with no
21 options. To see what options are available, run `configure --help'. 21 options. To see what options are available, run `configure --help'.
22
23 N.B. It is normal to see a few error messages output while configure
24 is running, when gcc support is being tested. These cannot be
25 surpressed because of limitations in the Windows 9x command.com shell.
22 26
23 Building: 27 Building:
24 28
25 After running configure, simply run the appropriate `make' program for 29 After running configure, simply run the appropriate `make' program for
26 your compiler to build Emacs. For MSVC, this is nmake; for GCC, it is 30 your compiler to build Emacs. For MSVC, this is nmake; for GCC, it is