During chapter 5 strip procedure, I've noticed the following: strip: unable to copy file '/tools/bin/strip'; reason: Text file busy
That's because it's being used and it can't be stripped. One of the solutions could be to call /usr/bin/strip instead of just strip, since /tools/bin is first in the PATH and it will get picked, or to strip it as root. -- Note: My last name is not Krejzi. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page