Frans de Boer wrote:
Upon make I get this error:cd . && /bin/sh /mnt/lfs/sources-lfs/coreutils-8.23/build-aux/missing automake-1.14 --gnu Makefile /mnt/lfs/sources-lfs/coreutils-8.23/build-aux/missing: line 81: automake-1.14: command not found WARNING: 'automake-1.14' is missing on your system. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <http://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <http://www.gnu.org/software/autoconf> <http://www.gnu.org/software/m4/> <http://www.perl.org/> make: *** [Makefile.in] Error 127 This was while building the toolchain. Nothing changed since 8.22, only the tar file. And yes, I have automake-1.12.1. Since this is build again in the BSS paragraphs - with no automake installed yet - I wonder if I did something wrong or nobody started from scratch yet?
Did you apply ../coreutils-8.23-i18n-1.patch? It's not needed in Chapter 5, but if it is applied, you need to 'touch Makefile.in' to prevent make from trying to rebuild Makefile.in.
-- Bruce -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
