|
From: Tom H. <to...@co...> - 2013-07-18 21:22:33
|
On 18/07/13 21:59, Davis Ford wrote: > I have a binary for valgrind on the Pi, and the ldd output is: > > /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so (0x401dc000) > libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0x400d3000) > libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x401e5000) > /lib/ld-linux-armhf.so.3 (0x40011000) That's just the launcher which selects which tool binary to use. The real programs that do the work are the tools in the library directory and are already statically linked. Tom -- Tom Hughes (to...@co...) http://compton.nu/ |