Changeset 152


Ignore:
Timestamp:
Aug 31, 2009, 3:15:27 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

README.OS2: Mention the requirement of CMD.EXE as a shell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.OS2

    r148 r152  
    2222  - Patched OpenWatcom linker which you can download from:
    2323
    24      ftp://ftp.netlabs.org/pub/gcc/wl-hll-r1.zip
     24      ftp://ftp.netlabs.org/pub/gcc/wl-hll-r1.zip
    2525
    26    Note that if you use IBM ILINK (no matter what version), you will
    27    not be able to compile the debug version of the library due to
    28    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.
    2929
    30  - GNU Make 3.81beta1 or above (not tested) available at:
     30  - GNU Make 3.81beta1 or above (not tested) available at:
    3131
    32      http://unix.os2site.com/pub/binary/make/make-3_81beta1-bin-static.zip
     32      http://unix.os2site.com/pub/binary/make/make-3_81beta1-bin-static.zip
    3333
    3434After unpacking the GCC archive, you will have to set up the compiler
     
    3636correct arguments (type gccenv.cmd -? for help). For the OpenWatcom
    3737linker, specify WLINK as the second argument. You will also need to perform
    38 the followingn steps:
     38the following steps:
    3939
    4040  - 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).
    4144
    4245  - 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.