Opened 11 years ago
Closed 11 years ago
#3564 closed defect (fixed)
Typo in 5.8. Libstdc++
Reported by: | Gandalf | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 7.6 |
Component: | Book | Version: | SVN |
Severity: | trivial | Keywords: | |
Cc: |
Description
In the 7.5 book, section 5.8, the compile options specify:
--with-gxx-include-dir=/tools/$LFS_TGT/include/c++/4.8.2
but the description states:
--with-gxx-include-dir=/tools/include/c++/4.8.2
(i.e. missing the $LFS_TGT sub-dir)
This error seems to be present in the 7.5 book (Libstdc++ 4.8.2) and the SVN book (Libstdc++ 4.9.0).
Note:
See TracTickets
for help on using tickets.
Fixed at revision 10556.