#2331: pass 1 gcc missing information LFS-book 6.4
--------------------+-------------------------------------------------------
Reporter: Jaqui | Owner: lfs-b...@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Book | Version: 6.4
Severity: major | Keywords:
--------------------+-------------------------------------------------------
5.5.1. Installation of GCC Pass 1
"
GCC now requires the GMP and MPFR packages. As these packages may not be
included in your host distribution, they will be built with GCC.
tar -jxf ../mpfr-2.3.2.tar.bz2
mv mpfr-2.3.2 mpfr
tar -jxf ../gmp-4.2.4.tar.bz2
mv gmp-4.2.4 gmp"
yet no build instructions.
a standard build of gmp with ../configure prefix=/tools && make && make
install doesn't install gmp.h so that mpfr can find it. This causes mpfr
to fail on ./configure. And gcc fails on ./configure without these
packages installed.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2331>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page