From 0d7a759dd89812d40e1b653b68b5dbbf63f60d01 Mon Sep 17 00:00:00 2001
From: "Steven R. Loomis" Version: 2009 March 31th Version: 2009 April 6thInternational Components for Unicode
-
ICU 4.2 ReadMe
+
Copyright © 1997-2009 International Business Machines Corporation and
others. All Rights Reserved.
ICU may now be cross compiled, see How To Cross Compile ICU.
+The --enable-64bit-libs and --disable-64bit-libs options are now deprecated. By default, ICU will build binaries using the compiler's default setting. To request 32 or 64 bit libraries, use --with-library-bits=32 or --with-library-bits=64. For the old behavior, of attempting 64 bit libraries if possible, use --with-library-bits=64else32. Intltest now reports the bit width that ICU is currently running under.
+ +Before ICU 4.2, the ustring.h functions u_strToUTF32() and u_strFromUTF32() @@ -1040,10 +1045,8 @@ you may want to give runConfigureICU. If you are not using the runConfigureICU script, or your platform is not supported by the script, you may need to set your CC, CXX, CFLAGS and CXXFLAGS environment variables, and - type "./configure". Some of the more frequently used options to - configure are --disable-64bit-libs to create 32-bit libraries, and --srcdir - to do out of source builds (build the libraries in the current location). - HP-UX user's, please see this note regarding + type "./configure". + HP-UX users, please see this note regarding HP-UX multithreaded build issues with newer compilers. Solaris users, please see this note regarding Solaris multithreaded build issues.