Changeset 280 in kBuild for branches/GNU/src/gmake/README.template
- Timestamp:
- May 16, 2005 4:54:02 PM (20 years ago)
- Location:
- branches/GNU/src/gmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake
- Property svn:ignore
-
old new 34 34 README.DOS 35 35 README.W32 36 README.OS2 36 37 aclocal.m4 37 38 autom4te.cache
-
- Property svn:ignore
-
branches/GNU/src/gmake/README.template
r54 r280 71 71 project to submit new problem reports or search for existing ones: 72 72 73 http://savannah.gnu.org/bugs/?group _id=7173 http://savannah.gnu.org/bugs/?group=make 74 74 75 75 If you need help using GNU make, try these forums: … … 80 80 news:gnu.utils.bug 81 81 82 http://savannah.gnu.org/support/?group _id=7182 http://savannah.gnu.org/support/?group=make 83 83 84 84 You may also find interesting patches to GNU Make available here: 85 85 86 http://savannah.gnu.org/patch/?group _id=7186 http://savannah.gnu.org/patch/?group=make 87 87 88 88 Note these patches are provided by our users as a service and we make no … … 98 98 GNU Subversions CVS server; look here for details: 99 99 100 http://savannah.gnu.org/cvs/?group _id=71100 http://savannah.gnu.org/cvs/?group=make 101 101 102 102 Please note: you won't be able to build GNU make from CVS without … … 113 113 114 114 It has been reported that the XLC 1.2 compiler on AIX 3.2 is buggy such 115 that if you compile make with `cc -O' on AIX 3.2, it will not work correctly. 116 It is said that using `cc' without `-O' does work. 115 that if you compile make with `cc -O' on AIX 3.2, it will not work 116 correctly. It is said that using `cc' without `-O' does work. 117 118 The standard /bin/sh on SunOS 4.1.3_U1 and 4.1.4 is broken and cannot be 119 used to configure GNU make. Please install a different shell such as 120 bash or pdksh in order to run "configure". See this message for more 121 information: 122 http://mail.gnu.org/archive/html/bug-autoconf/2003-10/msg00190.html 117 123 118 124 One area that is often a problem in configuration and porting is the code
Note:
See TracChangeset
for help on using the changeset viewer.