Something strange popped up after a recompile of one of my systems. I performed a chroot after building the toolchain and suddenly gcc could not find 'cc1', etc.
After doing research, I found the command gcc --print-search-dirs. I then compared this with the /tools/bin/gcc in the chroot to the outside chroot /tools/bin/gcc, which are still the same exact files. Results differed, after comparing the two, I noticed /tools/lib/ from outside the chroot became /tools/ causing gcc to not be able to find anything as /lib vanished using its own built in search functions!? Any ideas? -- Kevin Day -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page