Opened 19 years ago
Closed 19 years ago
#1624 closed defect (fixed)
cross-lfs manual typo for Glibc-2.3.5 64-Bit in chapter 10.4
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | Branch_Cross-LFS |
Severity: | trivial | Keywords: | |
Cc: |
Description
manual reads:
CC="gcc ${BUILD64}" CXX="gcc ${BUILD64}" \
../glibc-2.3.5/configure --prefix=/usr \ --disable-profile --enable-add-ons --enable-kernel=2.6.0 \ --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64
when it should read:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
../glibc-2.3.5/configure --prefix=/usr \ --disable-profile --enable-add-ons --enable-kernel=2.6.0 \ --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64
Change History (2)
Note:
See TracTickets
for help on using tickets.