Changeset 224 for trunk/README


Ignore:
Timestamp:
Dec 30, 2010, 12:21:49 AM (15 years ago)
Author:
dmik
Message:

README: Mention the requirement of ILINK 5.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r192 r224  
    55Requirements (draft)
    66
    7 1.  GCC 4.4.4 + WLINK (ftp://ftp.netlabs.org/pub/qt4/tools/gcc-4_4_4-complete-20100712.zip)
     71a. GCC 4.4.4 + WLINK (ftp://ftp.netlabs.org/pub/qt4/tools/gcc-4_4_4-complete-20100712.zip)
     81b. ILINK 5.0 (ftp://ftp.software.ibm.com/ps/products/warpzilla/ilink50.zip)
    892.  Odin32 SDK (take from SVN at http://svn.netlabs.org/repos/odin32/trunk,
    910    configure with configure.cmd --use-oldlib)
     
    2021and then use env.cmd to set it up.
    2122
     23Note that you must set the linker type to "VAC308" in gcc444.cmd and make sure
     24that you have ILINK.EXE somewhere in PATH (by default, gcc444.cmd is set to
     25"WLINK" but the latest HLL-enabled version of it is bogus: it creates wrong
     26internal fixups when building the release version of AWT.DLL). Note that the
     27original ILINK from VAC308 is bogus too (will crash when linking a debug version
     28of JVM.DLL) so it should not be used. Note that ILINK 5.0 is also bogus (it
     29fails if there is too much external symbols to export) but Java doesn't hit this
     30limit so it's the best choice so far.
     31
    2232It is recommended to download ftp://ftp.netlabs.org/pub/qt4/tools/se11.zip to
    2333have env.cmd called automatically whenever you enter "se something" in any
Note: See TracChangeset for help on using the changeset viewer.