Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#258 closed defect (fixed)

More package suggest seperate build dir (ala glibc and gcc)

Reported by: gerard@… Owned by: markh@…
Priority: highest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

two that come to mind: binutils and e2fsprogs Check if there's more to do

Change History (7)

comment:1 by markh@…, 22 years ago

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="" \

--enable-elf-shlibs &&

make && make install && make install-libs

comment:2 by gerard@…, 22 years ago

k put it in the book whenever you can

comment:3 by gerard@…, 22 years ago

Priority: lowesthighest

comment:4 by markh@…, 22 years ago

Owner: changed from lfs-book@… to markh@…
Status: newassigned

comment:5 by markh@…, 22 years ago

Resolution: fixed
Status: assignedclosed

comment:6 by gerard@…, 22 years ago

Keywords: VERIFIED added

comment:7 by gerard@…, 22 years ago

Keywords: VERIFIED removed
Note: See TracTickets for help on using tickets.