Hugh wrote:
> Hi All,
>
> • The version of the book being used: 6.4
> • The host distribution and version being used to create LFS: Debian Lenny
> • The package or section the problem was encountered in: 5.12.
> GCC-4.3.2 - Pass 2
> • The exact error message or symptom being received:
>
>
> ============the whole output of "make install"====================
> l...@debian5:/mnt/lfs/sources/gcc-build$ make install
> make[1]: Entering directory `/mnt/lfs/sources/gcc-build'
> /bin/sh ../gcc-4.3.2/mkinstalldirs /tools /tools
> make[2]: Entering directory `/mnt/lfs/sources/gcc-build/fixincludes'
> rm -rf /tools/libexec/gcc/i686-pc-linux-gnu/4.3.2/install-tools
> /bin/sh ../../gcc-4.3.2/fixincludes/../mkinstalldirs
> /tools/libexec/gcc/i686-pc-linux-gnu/4.3.2/install-tools
> mkdir -p -- /tools/libexec/gcc/i686-pc-linux-gnu/4.3.2/install-tools
> /bin/sh ../../gcc-4.3.2/fixincludes/../mkinstalldirs
> /tools/lib/gcc/i686-pc-linux-gnu/4.3.2/install-tools/include
> /usr/bin/install -c -m 644 ../../gcc-4.3.2/fixincludes/README-fixinc \
> /tools/lib/gcc/i686-pc-linux-gnu/4.3.2/install-tools/include/README
> /usr/bin/install -c fixinc.sh
> /tools/libexec/gcc/i686-pc-linux-gnu/4.3.2/install-tools/fixinc.sh
> /usr/bin/install -c fixincl \
> /tools/libexec/gcc/i686-pc-linux-gnu/4.3.2/install-tools/fixincl
> /usr/bin/install -c mkheaders
> /tools/libexec/gcc/i686-pc-linux-gnu/4.3.2/install-tools/mkheaders
> make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/fixincludes'
> make[2]: Entering directory `/mnt/lfs/sources/gcc-build/gcc'
> build/genmodes -h > tmp-modes.h
> /bin/sh: build/genmodes: No such file or directory
> make[2]: *** [s-modes-h] Error 127
> make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
> make[1]: *** [install-gcc] Error 2
> make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
> make: *** [install] Error 2
> ============the whole output of "make install"====================
>
>
>
> Regards,
> Hugh
1st, you've missed the note on page 4.6, that says testsuites are an
unnecessary waste of time in Chapter 5. 2nd, that many errors
(especially all the complaints about missing directories by the
testsuite) indicate serious problems...the "make" must have had some
error that you overlooked. Paste the last several lines of output from
"make".
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page