From: pclouds <pc...@us...> - 2002-10-28 14:28:04
|
Hi all I've just known LINE recently and try to use it. I can run static-linked ELF binaries well, but i failed with dynamic-linked ELF binaries. Here is some info: [pclouds@pts/3 script]$ldd GIZA++.shared=20 libstdc++-libc6.2-2.so.3 =3D> /usr/lib/libstdc++-libc6.2-2.so.3 (0x40026= 000) libm.so.6 =3D> /lib/i686/libm.so.6 (0x40068000) libc.so.6 =3D> /lib/i686/libc.so.6 (0x4008b000) /lib/ld-linux.so.2 =3D> /lib/ld-linux.so.2 (0x40000000) [pclouds@pts/3 script]$uname -a Linux localhost.localdomain 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 = unknown [pclouds@pts/3 script]$file GIZA++.shared=20 GIZA++.shared: ELF 32-bit LSB executable, Intel 80386, version 1, dynamic= ally linked (uses shared libs), stripped I have copied all files above to cygwin/lib, but it said something like "can not load shared object: libm.so.6: no such file or directory" If i delete libc.so.6 or libstdc++, it says it can not load those librari= es. So i think i have copied the libraries to the right place. I'm using Line-0.5 (cygwin 1.1.8). Could you help me, please? Thanks in advance --=20 Bi C=E1=BB=9D Lao |