Change History (7)
comment:1 by , 23 years ago
comment:3 by , 23 years ago
Priority: | lowest → highest |
---|
comment:4 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 by , 23 years ago
Keywords: | VERIFIED added |
---|
comment:7 by , 23 years ago
Keywords: | VERIFIED removed |
---|
Note:
See TracTickets
for help on using tickets.
I think binutils and e2fsprogs are the only two which recommend this. I've tested out the following instructions and they work and are ready to drop into the book in place of the existing instructions:
binutils - ch5 ============== mkdir ../binutils-build && cd ../binutils-build && ../binutils-2.11.2/configure --prefix=$LFS/usr --disable-nls && make LDFLAGS=-all-static tooldir=$LFS/usr && make tooldir=$LFS/usr install
binutils - ch6 ============== mkdir ../binutils-build && cd ../binutils-build && ../binutils-2.11.2/configure --prefix=/usr --enable-shared && make tooldir=/usr && make tooldir=/usr install && make tooldir=/usr install-info
e2fsprogs - ch6 =============== mkdir ../e2fsprogs-build && cd ../e2fsprogs-build && ../e2fsprogs-1.25/configure --prefix=/usr --with-root-prefix="" \
make && make install && make install-libs