Opened 20 years ago

Closed 20 years ago

#747 closed defect (invalid)

Re-adjusting the toolchain needs /bin/echo

Reported by: petri.koistinen@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

I tried to run "make -C ld INSTALL=/tools/bin/install install" like suggested on page chapter06/adjustingtoolchain.html, but I got error messages:

/bin/sh ./libtool --mode=install /tools/bin/install ld-new /tools/bin/ld

./libtool: line 1: /bin/echo: No such file or directory ./libtool: line 1: /bin/echo: No such file or directory ./libtool: line 4746: /bin/echo: No such file or directory ./libtool: line 1: /bin/echo: No such file or directory ./libtool: line 4822: /bin/echo: No such file or directory ./libtool: line 4823: /bin/echo: No such file or directory make[2]: * [install-exec-local] Error 1 make[2]: Leaving directory `/sources/binutils-build/ld' make[1]: * [install-am] Error 2 make[1]: Leaving directory `/sources/binutils-build/ld' make: * [install-recursive] Error 1 make: Leaving directory `/sources/binutils-build/ld'

It seems that I need to run "ln -s /tools/bin/echo /bin/" before install works.

Change History (1)

comment:1 by Matthew Burgess, 20 years ago

Resolution: invalid
Status: newclosed

Please use the support lists to resolve *your* problems first. If at the end of the resolution process it is deemed that *your* problem was encountered as a result of a problem with the book's instructions then (and only then) a bug will be created to handle it.

Note: See TracTickets for help on using tickets.