Hello,

2011/12/28 Anthony L. Awtrey <t...@awtrey.com>:
> I have some additional information after running strace. It looks like
> the exit occurs trying to load libicudata.so. When I run ldd against
> that library I get this:
>
> $ ldd /usr/lib/libicudata.so.48.1.1
>        not a dynamic executable
>
> However, readelf displays information showing it is a dynamic shared
> object. I've attached output from readelf and the source build failure
> in case it sheds any light.

I got the binary to build disallowing some LDFLAGS with following
patch, could you test if it works for you?

--- icu-4.8.1.1.orig/source/config/mh-linux
+++ icu-4.8.1.1/source/config/mh-linux
@@ -21,7 +21,8 @@ LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
 LD_RPATH_PRE = -Wl,-rpath,

 ## These are the library specific LDFLAGS
-LDFLAGSICUDT=-nodefaultlibs -nostdlib
+#LDFLAGSICUDT=-nodefaultlibs -nostdlib
+LDFLAGSICUDT=

 ## Compiler switch to embed a library name
 # The initial tab in the next line is to prevent icu-config from reading it.

Cheers
-- 
 Héctor Orón  -.. . -... .. .- -.   -.. . ...- . .-.. --- .--. . .-.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to