On Thu, 20 Mar 2008, Simon Richter wrote:

Hi,

Javier Serrano Polo wrote:

You don't need static variants.
I'm bootstrapping a ppc chroot on amd64 with binfmt-support and normal
qemu.

How does this work? The kernel needs to load qemu from inside the chroot
at this point, including all of the libraries, so these need to be
installed into the chroot -- hence my request to have a static build so
I only need to install (and keep track of) a single file whose name I
can also choose (as opposed to libraries' names) so I can avoid
conflicts with the actual chroot.

This is correct. Static linking is needed in some cases. There are certain
combinations of host and target where things like /lib/ld-linux.so.2
collide and thus you can't have both the host & target versions in the
chroot at the same time.


                                Stuart

Stuart R. Anderson                               [EMAIL PROTECTED]
Network & Software Engineering                   http://www.netsweng.com/
1024D/37A79149:                                  0791 D3B8 9A4C 2CDC A31F
                                                 BD03 0A62 E534 37A7 9149



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to