William Immendorf wrote: > When I try to compile Ncurses 5.7, it borks at this point: > > sh ./MKhashsize.sh ./Caps >hashsize.h > ./MKhashsize.sh: line 38: unexpected EOF while looking for matching ``' > ./MKhashsize.sh: line 43: syntax error: unexpected end of file > make[1]: *** [hashsize.h] Error 2 > make[1]: Leaving directory `/sources/ncurses-5.7/include' > make: *** [all] Error 2 > > I am not shure what is wrong with Ncurses, it build fine in Ch5.
I believe this is what happens when you try to build ncurses with a buggy bash. My guess is that you didn't apply the bash-fixes patch to chapter 5 bash. You can probably get by just applying the ncurses "bash-fix" patch to ncurses in chapter 6. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
