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: spriditis@… Owned by: lfs-book@…
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)

comment:1 by ken@…, 19 years ago

Status: newassigned

Also in mips64, thanks for the report.

comment:2 by ken@…, 19 years ago

Resolution: fixed
Status: assignedclosed

Fixed, r6776

Note: See TracTickets for help on using tickets.