Home | History | Annotate | Download | only in legacy

Lines Matching full:libraries

12 2) explicitly add old libraries to the linker.
18 To make it work, you should build and install both the current ICU and ICU 1.8.1. Put both data libraries to wherever ICU_DATA points (usually it is $(prefix)/share/icu/$(icu_version)/). If data libraries are used, then check for $(prefix)/lib/icu/1.8.1 which should contain libicudata.so and libicudt18*.so
19 2. Copy libicuuc.so.18* and libicui18n.so.18* to $(prefix)/lib directory, together with current libraries).
25 Run make check. You should get two different libraries running at the same time.
37 Sample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path to your libraries.
38 Linker says: "Undefined symbol u_getVersion()" (or something similar): path to 1.8.1. libraries is bad.
39 Linker says: "Undefined symbol u_getVersion()_X_Y" (or something similar): path to current libraries is bad.
40 Legacy crashes horribly: Sorry, didn't put any error checking. If legacy crashes that's most probably because it cannot find the data libraries. You can see which data library is not found by the part of the program that is running. Make sure program can find tha data library either by putting it where ever ICU_DATA points to OR by putting the DLL version of the data library somewhere on your PATH.