Results 1 to 1 of 1
Hi, just started my LFS project a few days ago, and i'm currently on page 37 - Adjusting the Toolchain. But when i come to this command:
Code:
SPECFILE=/tools/lib/gcc-lib/*/*/specs && ...
- 11-18-2004 #1Just Joined!
- Join Date
- Nov 2004
- Location
- Christchurch
- Posts
- 12
LFS Problem
Hi, just started my LFS project a few days ago, and i'm currently on page 37 - Adjusting the Toolchain. But when i come to this command:
it comes up with this:Code:SPECFILE=/tools/lib/gcc-lib/*/*/specs && sed -e 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \ $SPECFILE > tempspecfile && mv -f tempspecfile $SPECFILE && unset SPECFILE
but i checked and i'm pretty sure that /tools/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/specs exists. Any ideas?Code:sed: can't read /tools/lib/gcc-lib/*/*/specs
Thanks in advance.


Reply With Quote
