6.3 ch 5.7 same problem
Chris Staub
chris at beaker67.com
Mon Dec 1 14:01:35 MST 2008
Stealth wrote:
> If you are one of those growing tired of my mail don't read it, just
> delete it. Save us both some aggravation. If you really want to
> help and not insult, then read on. Blame Trent for this opening
> paragraph.
>
> I have gone back through the book, 3 times, following it exactly
> with no deviations of any kind. I have done everything the book
> says to do. I have not missed any step that is in the book. I have
> been very careful and deliberate in following the book to the
> letter. I have read the info about compiling from source several
> times. I have reviewed the bash man page dozens of times. I am not
> asking anyone to hold my hand. I have used all the information that
> has been made available to do this process and I am still getting
> the error.
>
> This is the only time and place I get an error. I don't get any
> other errors or warnings of any kind.
>
> I have arrived at the exact same place as before with an error when
> running this:
>
> gcc -dumpspecs | sed 's@^/lib/ld-linux.so.2@/tools&@g' \
> > `dirname $(gcc -print-libgcc-file-name)`/specs
>
> sed: can't
> read /mnt/lfs/tools/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/specs:
> No such file or directory
>
> gcc -dumpspecs | sed 's@^/lib/ld-linux.so.2@/tools&@g' \
> `dirname $(gcc -print-libgcc-file-name)`/specs
>
> Where is this specs file supposed to be?
>
You forgot the ">" in the command.
More information about the lfs-support
mailing list