
























|
 |  |  |  | Why do I get link error saying icudata library not found when building with ICU? |  |  |  |  |
| |
There is a bug in the Makefile of ICU 1.7, 1.8 and 1.8.1. The link created during
ICU installation in $ICUROOT is, for example,
icudata.so@ -> icudt17l.so
instead of
libicudata.so@ -> libicudt17l.so
Therefore the -licudata doesn't work. To bypass the problem, please manually create the
following link:
libicudata.so@ -> libicudt17l.so
This problem has been fixed in ICU 2.0.
|
|
|