Opened 20 years ago
Closed 20 years ago
#1057 closed defect (invalid)
some inconsistencies in section 5.4
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | 6.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
the instructions: mkdir ../binutils-build cd ../binutils-build
there was no mention of changing the lfs directory to user lfs. so assuming we are in the sources directory this instruction fails until we chown directory lfs
../binutils-2.15.91.0.2/configure --prefix=/tools \
--disable-nls
the previous instruction had us cd into ../binutils so this should read
binutils-2.15.91.0.2/configure --prefix=/tools \
--disable-nls
Note:
See TracTickets
for help on using tickets.
Closing as invalid. Comments from Steve Crosby at http://www.linuxfromscratch.org/pipermail/lfs-book/2005-March/013275.html show why it's invalid too.