Changeset 152 for trunk/README.OS2
- Timestamp:
- Aug 31, 2009, 3:15:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.OS2
r148 r152 22 22 - Patched OpenWatcom linker which you can download from: 23 23 24 ftp://ftp.netlabs.org/pub/gcc/wl-hll-r1.zip24 ftp://ftp.netlabs.org/pub/gcc/wl-hll-r1.zip 25 25 26 Note that if you use IBM ILINK (no matter what version), you will27 not be able to compilethe debug version of the library due to28 bugs/limitations of ILINK.26 Note that if you use IBM ILINK (no matter what version), you will 27 not be able to build the debug version of the library due to 28 bugs/limitations of ILINK. 29 29 30 - GNU Make 3.81beta1 or above (not tested) available at:30 - GNU Make 3.81beta1 or above (not tested) available at: 31 31 32 http://unix.os2site.com/pub/binary/make/make-3_81beta1-bin-static.zip32 http://unix.os2site.com/pub/binary/make/make-3_81beta1-bin-static.zip 33 33 34 34 After unpacking the GCC archive, you will have to set up the compiler … … 36 36 correct arguments (type gccenv.cmd -? for help). For the OpenWatcom 37 37 linker, specify WLINK as the second argument. You will also need to perform 38 the following nsteps:38 the following steps: 39 39 40 40 - Make sure the selected linker and the make utility are in PATH. 41 42 - Make sure CMD.EXE is your command line processor (the generated makefiles 43 will rely on its 'copy', 'if' and other commands). 41 44 42 45 - set LIBRARY_PATH=C:\OS2\DLL;C:\MPTN\DLL where C: is your boot drive.
Note:
See TracChangeset
for help on using the changeset viewer.