> >It gets really inefficient really fast to have _lots_
of static binaries on > >one disk. My ideal solution would be something
like this: >
> If they're small enough it probably doesn't matter. Remember that for shared
> libraries you also need a dynamic linker.
>
Hmmm. So for embedded linux systems (where space is critical), we probably
should use a small libc library with a very small linker or use one
statically linked do-it-all application, with the disadvantage that you
cannot use standard sources too easily :-(
Bas.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/