On Wed, 22 Mar 2006, Richard Melville wrote:
Inside the chroot environment dummy.c will not compile and returns */tools/bin/cc: no such file or directory*, but it does, in reality, exist.
From outside chroot, 'ldd /tools/bin/gcc' - this sounds as if gcc is linked against a library on the host, which "disappears" when you are in chroot - all the libraries should be in /tools/lib (except linux-gate, of course, which is provided by the kernel).
Ken -- das eine Mal als Tragödie, das andere Mal als Farce
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
