2008/1/1, zux <[EMAIL PROTECTED]>:
> on chapter > 5.13. Ncurses-5.6
>
>
> the make command gives this output:
>
> lfs:/mnt/lfs/sources/ncurses-5.6$ make
> cd man && make DESTDIR="" all
> make[1]: Entering directory `/mnt/lfs/sources/ncurses-5.6/man'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/mnt/lfs/sources/ncurses-5.6/man'
> cd include && make DESTDIR="" all
> make[1]: Entering directory `/mnt/lfs/sources/ncurses-5.6/include'
> cat curses.head >curses.h
> AWK=gawk sh ./MKkey_defs.sh ./Caps >>curses.h
> /bin/sh: sh: command not found
> make[1]: *** [curses.h] Error 127
> make[1]: Leaving directory `/mnt/lfs/sources/ncurses-5.6/include'
> make: *** [all] Error 2
>
>
> is it the sh: comaand not found?
> --
> http://linuxfromscratch.org/mailman/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
> Unsubscribe: See the above information page
>
Does your host system have /bin/sh? In most cases this should be a
symlink to /bin/bash.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page