--- README.win32 2005-01-26 11:59:49.000000000 +0100 +++ README.win32.new 2005-03-25 16:37:05.000000000 +0100 @@ -50,7 +50,7 @@ Though Parrot comes with ICU, the build system is rather fragile, and will not work for most people. Currently, the best way to use ICU is to download the binary distribution from -L, unpack +L, unpack it (say, into C:\usr\lib), add the bin directory to PATH, and tell Configure.pl to use it. @@ -58,7 +58,7 @@ unzip icu-2.8-Win32_msvc7.zip -d C:\usr\lib set PATH=%PATH%;C:\usr\lib\icu\bin cd - perl Configure.pl --icushared="C:\usr\lib\icu\lib\icudata.lib C:\usr\lib\icu\lib\icuuc.lib" --icuheaders="C:\usr\lib\icu\include" + perl Configure.pl --icushared="C:\usr\lib\icu\lib\icudt.lib C:\usr\lib\icu\lib\icuuc.lib" --icuheaders="C:\usr\lib\icu\include" With MinGW32, use icu-2.8-Win32_msvc6.zip .