On 09/28/2009 12:46 PM, Jim Michmerhuizen wrote:
> Chris Staub wrote:
>
>> Besides the Host System Requirements, it appears you missed a note on
>> page 5.3, that says to delete the source and build dirs after each
>> installation.
>
> Mm.  I *did* delete and remake the build dir after the errors that
> prompted this thread, but I didn't rebuild the src dir (e.g. with a
> fresh unpack from tarball) because I'm still in pass 1, and I thought
> that config would only write stuff into the bld tree and not the src
> tree.  Was I dead wrong, or just imprudent?
>
In the specific case of this build of Glibc, no it's not important. 
However you do still have the source and build dirs for GCC and Binutils 
there, and that will cause problems later.

Yes, you do use separate build dirs, but you cannot assume that means 
that you can just keep the same source dirs. For example, in GCC Pass 2 
the sources are modified, which will cause errors if you reused that 
source in Chapter 6. Also, Glibc does if fact write to the source dir 
even if you have a separate build dir.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to