Changeset 280 for branches/GNU/src/gmake/README.OS2.template
- Timestamp:
- May 16, 2005, 6: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.OS2.template
r54 r280 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
Note:
See TracChangeset
for help on using the changeset viewer.