On 9/1/06, Christopher Parker <[EMAIL PROTECTED]> wrote:
I am using LFS 6.1 and am in chapter 5 trying to build ncurses. My driving system is a CentOS install. During the configure process, I am running into a problem with the MKkey_defs.sh awk script. I get a divide by 0 error because the $maxkeys variable is not being set correctly. Has anyone run in to this before or does anyone have any ideas as to what I should be looking at to fix the problem?
Looks like MKkey_defs.sh is a shell script using awk. What version of awk and sh do you have? Try `awk --version' or maybe `awk -V'. And `sh --version'. Also, could you show the error? -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
