Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#2637 closed defect (invalid)

6.16 GCC: cc link command incorrect

Reported by: Austin J. Pocus Owned by: lfs-book@…
Priority: normal Milestone: 6.7
Component: Errata Version: SVN
Severity: normal Keywords:
Cc:

Description

In the stable LFS book, the command to create the "/lib/cpp" link is:

ln -sv ../usr/bin/cpp /lib

However, if one is using a separate /sources directory as specified early on in the book, one would be running this command from /sources/gcc-build. Therefore, the path, "../usr/bin/cpp" is nonexistent. It should read "/usr/bin/cpp". This should be reported in the Errata for LFS 6.6.

Change History (2)

comment:1 by bdubbs@…, 14 years ago

Resolution: invalid
Status: newclosed

See the note in section 4.2.

comment:2 by Austin J. Pocus, 14 years ago

Sorry about that.

Note: See TracTickets for help on using tickets.