Changeset 268 for trunk/README


Ignore:
Timestamp:
Mar 2, 2011, 1:43:09 PM (14 years ago)
Author:
dmik
Message:

Require GCC 4.5.2 that fixes the problems with catching C++ exceptions. Note that this requires g++ to be used as the linker so it will automatically link against libstdc++ since most Java code for OS/2 (Windows) is C++.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r260 r268  
    55Requirements (draft)
    66
    7 1a. GCC 4.4.4 + WLINK (ftp://ftp.netlabs.org/pub/qt4/tools/gcc-4_4_4-complete-20100712.zip)
     71a. GCC 4.5.2 (ftp://ftp.netlabs.org/pub/qt4/tools/gcc-4_5_2-complete-20110302.zip)
    881b. ILINK 5.0 (ftp://ftp.software.ibm.com/ps/products/warpzilla/ilink50.zip)
    992.  Odin32 SDK (take from SVN at http://svn.netlabs.org/repos/odin32/trunk,
     
    2121and then use env.cmd to set it up.
    2222
    23 Note that you must set the linker type to "VAC308" in gcc444.cmd and make sure
    24 that you have ILINK.EXE somewhere in PATH (by default, gcc444.cmd is set to
     23Note that you must set the linker type to "VAC308" in gcc452.cmd and make sure
     24that you have ILINK.EXE somewhere in PATH (by default, gcc452.cmd is set to
    2525"WLINK" but the latest HLL-enabled version of it is bogus: it creates wrong
    2626internal fixups when building the release version of AWT.DLL). Note that the
     
    3030limit so it's the best choice so far.
    3131
    32 It is recommended to download ftp://ftp.netlabs.org/pub/qt4/tools/se11.zip to
     32It is recommended to download ftp://ftp.netlabs.org/pub/qt4/tools/se12.zip to
    3333have env.cmd called automatically whenever you enter "se something" in any
    3434directory inside the project root.
Note: See TracChangeset for help on using the changeset viewer.