Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#3583 closed task (invalid)

when building glibc cross compile tools must be on the path

Reported by: miland Owned by: lfs-book@…
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 Chris Staub, 10 years ago

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.

comment:2 by bdubbs@…, 10 years ago

Resolution: invalid
Status: newclosed

comment:3 by miland, 10 years ago

Ooops! Missed that one - thanks!

Note: See TracTickets for help on using tickets.