* A few cleanups, and 3.77.94 release.
[make.git] / README.template
bloba8ea5a87b2859e7e00c9f3fd9c9917664b0fad8f
1 This directory contains the %VERSION% release of GNU Make.
3 See the file NEWS for the user-visible changes from previous releases.
4 In addition, there have been bugs fixed.
6 For general building and installation instructions, see the file INSTALL.
8 If you need to build GNU Make and have no other `make' program to use,
9 you can use the shell script `build.sh' instead.  To do this, first run
10 `configure' as described in INSTALL.  Then, instead of typing `make' to
11 build the program, type `sh build.sh'.  This should compile the program
12 in the current directory.  Then you will have a Make program that you can
13 use for `./make install', or whatever else.
15 Some systems' Make programs are broken and cannot process the Makefile for
16 GNU Make.  If you get errors from your system's Make when building GNU
17 Make, try using `build.sh' instead.
19 GNU make is fully documented in the GNU Make manual, which is contained
20 in this distribution as the file make.texinfo.  You can also find
21 on-line and preformatted (PostScript and DVI) versions at the FSF's web
22 site.  There is information there about ordering hardcopy documentation.
24   http://www.gnu.org/
25   http://www.gnu.org/doc/doc.html
26   http://www.gnu.org/manual/manual.html
28 You can also find the latest versions of GNU Make from there.
30 Please send GNU make bug reports to bug-make@gnu.org.  Please see the
31 section of the manual entitles `Problems and Bugs' for information on
32 submitting bug reports.
34 If you need help using GNU make, try these forums:
36   help-make@gnu.org
37   help-utils@gnu.org
38   news:gnu.utils.help
39   news:gnu.utils.bug
41 Also:
43   - See README.customs for details on integrating GNU make with the
44     Customs distributed build environment from the Pmake distribution.
46   - See README.W32 for details about GNU Make on Windows NT or 95.
48   - See README.Amiga for details about GNU Make on AmigaDOS.
50   - See README.DOS for compilation instructions on MS-DOS and MS-Windows
51     using DJGPP tools.
53     A precompiled binary of the MSDOS port of GNU Make is available as part
54     of DJGPP; see the WWW page http://www.delorie.com/djgpp/ for more
55     information.
57 It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such
58 that if you compile make with `cc -O' on AIX 3.2, it will not work correctly.
59 It is said that using `cc' without `-O' does work.
61 One area that is often a problem in configuration and porting is the code
62 to check the system's current load average.  To make it easier to test and
63 debug this code, you can do `make check-loadavg' to see if it works
64 properly on your system.  (You must run `configure' beforehand, but you
65 need not build Make itself to run this test.)
68 GNU Make is free software.  See the file COPYING for copying conditions.