Chris Majewski wrote:
> [milos]14:39:41[bin]$ ldd busybox 
>         libc.so.6 => /lib/libc.so.6 (0x4001b000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> 
> Aha! Thanks! (I assumed this thing would link statically by default -- 
> still can't see why it doesn't..)

It's often much better to use dynamic linking in a small environment if
you are using more than one binary. Statically linked glibc 2.1 binaries
are _huge_.

-- 
see shy jo

Reply via email to