Opened 12 years ago
Closed 12 years ago
#3466 closed task (fixed)
Hard-coded path to /tools in Chapter 6 GCC
| Reported by: | Chris Staub | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.5 |
| Component: | Book | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In Chapter 6, GCC installs /usr/lib/gcc/$(gcc -dumpmachine)/$(gcc -dumpversion)/install-tools/fixincl, which includes a hard-coded pathname to whatever sed program it finds, which at that time is /tools/bin/sed. This can be fixed by adding "SED=sed" just before the configure command.
Change History (5)
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 12 years ago
I'm curious, why was the changed made to Glibc instead of GCC? Any reason for that?
comment:4 by , 12 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Because it was an error on my part. I'll fix.
comment:5 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
OK, fixed at revision 10445.
Note:
See TracTickets
for help on using tickets.

Thanks Chris, Fixed in revision 10441.