#3583 closed task (invalid)
when building glibc cross compile tools must be on the path
Reported by: | miland | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
when I followed steps described at:
http://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.html
the configure script couldn't find binaries for cross-compile tools, even though it detected it was a cross-compile situation. Build further failed. Everything worked when I added:
export PATH="/tools/bin:$PATH"
just before invocation of configure.
Change History (3)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
If you needed to do that, then you must have missed something on page 4.4. The book tells you to create an ~lfs/.bashrc that does in fact place /tools/bin at the beginning of PATH.