Ken Moffat wrote: > I don't think that will help on pure64, where no 32-bit libraries are > installed :-( ok, so use the cross-compiler and a little bit of a different method.
cat > dummy.c << "EOF" &&
int main() {
return 0;
}
EOF
($LFS_TARGET-gcc dummy.c -o dummy && ./dummy) || echo "You can't chroot"
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
