Changeset 503 for trunk/src/gmake/README.OS2
- Timestamp:
- Sep 15, 2006, 7:09:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/README.OS2
r151 r503 47 47 48 48 - sh compatible shell (ksh, bash, ash, but tested only with pdksh 5.2.14 49 (release 2)49 release 2) 50 50 If you use pdksh it is recommended to update to 5.2.14 release 2. Older 51 51 versions may not work! You can get this version at … … 60 60 - grep 61 61 - sed 62 - GNU make 3.79.1 (special OS/2 patched version) 62 - GNU make 3.79.1 (special OS/2 patched version) or higher 63 63 - perl 5.005 or higher 64 64 - GNU texinfo (you can use 3.1 (gnuinfo.zip), but I recommend 4.0) 65 65 66 66 If you want to recreate the configuration files (developers only!) 67 you need also: GNU m4 1.4, autoconf 2.5 7, automake 1.7.2 (or compatible)67 you need also: GNU m4 1.4, autoconf 2.59, automake 1.8.2 (or compatible) 68 68 69 69 … … 148 148 149 149 export CPPFLAGS="-D__ST_MT_ERRNO__ -DNO_CMD_DEFAULT -DNO_CHDIR2" 150 export CFLAGS="-Zomf -O2 - s -Zmt"151 export LDFLAGS="-Zcrtdll - Zmt -s -Zlinker /exepack:2 -Zlinker /pm:vio -Zstack 0x8000"150 export CFLAGS="-Zomf -O2 -Zmt" 151 export LDFLAGS="-Zcrtdll -s -Zlinker /exepack:2 -Zlinker /pm:vio -Zstack 0x8000" 152 152 export RANLIB="echo" 153 153 ./configure --prefix=x:/usr --disable-nls 154 154 make AR=emxomfar 155 make check s155 make check 156 156 157 157 All tests should work fine with the exception of "default_names" which 158 158 is because OS/2 file systems are not case sensitive ("makefile" and 159 159 "Makefile" specify the same file). 160 161 162 163 ------------------------------------------------------------------------------- 164 Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 165 This file is part of GNU Make. 166 167 GNU Make is free software; you can redistribute it and/or modify it under the 168 terms of the GNU General Public License as published by the Free Software 169 Foundation; either version 2, or (at your option) any later version. 170 171 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY 172 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 173 A PARTICULAR PURPOSE. See the GNU General Public License for more details. 174 175 You should have received a copy of the GNU General Public License along with 176 GNU Make; see the file COPYING. If not, write to the Free Software 177 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
Note:
See TracChangeset
for help on using the changeset viewer.