lfs svn 6.62. Stripping Again
>>> /tools/bin/find /{,usr/}{bin,lib,sbin} -type f -exec /tools/bin/strip >>> --strip-debug '{}' ';' >>> If disk space is very tight, the --strip-all option can be used on the >>> binaries in /{,usr/}{bin,sbin} to gain several more megabytes. >>> Do not use this option on libraries—they will be destroyed. I write a simple libxxx.so lib and a app link to it. --strip-all the libxxx.so. And the app works fine. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page