<br>   I've worked through the current CLFS book for PPC and X86 ( multi and 64 bit builds) and found a few more issues with the book.  <br><br><br>   A patch is attached with fixes for your consideration.<br><br>    The PPC multi build of e2fsprogs libs fails in the .configure step due to missing libraries.  The patch fixes that.<br>
<br>    The multilib  install of iputils fails due to rdisc not being built during the make.  The patch fixes that.<br><br>     And the multilib install of ncurses fails due to it trying to remove 'libcursesw.so' when that file does not actually exist.   The patch fixes that.<br>
<br>     I had to make some other hacky changes to complete the builds but I just have hacks, not good suggestions for the remaining issues.<br><br>     <br>