On Aug 16, 2012, at 17:13 PM, Mikie wrote: > Hello List, > > > > Stuck at Bash 5.16. > > > > says no such thing as make: > > > > checking shared object configuration for loadable builtins... > supported > > configure: creating ./config.status > > config.status: creating Makefile > > config.status: creating builtins/Makefile > > config.status: creating lib/readline/Makefile > > config.status: creating lib/glob/Makefile > > config.status: creating lib/intl/Makefile > > config.status: creating lib/malloc/Makefile > > config.status: creating lib/sh/Makefile > > config.status: creating lib/termcap/Makefile > > config.status: creating lib/tilde/Makefile > > config.status: creating doc/Makefile > > config.status: creating support/Makefile > > config.status: creating po/Makefile.in > > config.status: creating examples/loadables/Makefile > > config.status: creating examples/loadables/perl/Makefile > > config.status: creating config.h > > config.status: executing default-1 commands > > config.status: creating po/POTFILES > > config.status: creating po/Makefile > > config.status: executing default commands > > lfs@ubuntu:/mnt/lfs/sources/bash-4.2$ make > > yacc -d ./parse.y > > make: yacc: Command not found >
Go here: http://www.linuxfromscratch.org/lfs/view/stable/prologue/ hostreqs.html Now find out what your host does not have by running the script and viewing the output. Or just do this and have ubuntu meet the host system requirements: sudo apt-get install build-essential m4 bison texinfo gawk openssh- server && sudo dpkg-reconfigure dash (bash is supposed to be the default shell) Sincerely, William Harrington -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page