On Sun, 2020-06-21 at 14:18 +0800, Xi Ruoyao via lfs-dev wrote: > 在 2020-06-21星期日的 14:14 +0800,Xi Ruoyao via lfs-dev写道: > > > "As said above, the standard C++ library is compiled next, > > > followed in <xref > > > " > > > "linkend=\"chapter-temporary-tools\"/> by all the programs that > > > need " > > > "themselves to be built. The install step of all those packages > > > uses the " > > > "<envar>DESTDIR</envar> variable to have the programs land into > > > the LFS " > > > "filesystem." > > > > "Followed in chapter-temporary-tools" means libstdc++ pass 2, but > > in pass 2 > > DESTDIR is not installed. IMO it should be chapter-cross-tools and > > this > > libstdc++ means pass 1. > > s/installed/used/ > > I can't type :(. > -- > Xi Ruoyao <[email protected]> > School of Aerospace Science and Technology, Xidian University >
Well, the chapter following the first install of libstdc++ is chapter- temporary-tools (numbered 6 presently). Maybe it is not clear, but what is meant is: After the (first) build of libstdc++ comes the installation of all the programs in chapter 6, and this (first) build of libstdc++ as well as the build of those programs use DESTDIR (actually also glibc, but this should maybe be said above). Pierre -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
