Opened 16 years ago
Closed 16 years ago
#2645 closed defect (invalid)
LFS - gcc now requires mpc to be installed in the gcc directory.
| Reported by: | Jim Donelson | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.7 |
| Component: | Book | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Section 5.5 and 5.10 should read:
tar -jxf ../mpfr-2.4.2.tar.bz2 mv -v mpfr-2.4.2 mpfr tar -jxf ../gmp-5.0.0.tar.bz2 mv -v gmp-5.0.0 gmp tar -zxf ../mpc-0.8.1.tar.gz mv -v mpc-0.8.1 mpc
Note: you will need to re-run configure after correcting this as the mpc config dir will not have been created.
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Your right, sorry. I was referring to to 6.6, hadn't looked over the latest. I'll be more careful in the future...
comment:3 by , 16 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

What is different from what is in the svn version now?