On Wed, Apr 21, 2010 at 1:50 AM, David Expósito <[email protected]> wrote:
> Hello
>  Me and position with linux from scratch in 6.3 and section 5.7 gives me the
> tools to adjust the following error.
>
>  the line:
>
>   gcc-dumpspecs | sed 's @ ^ / lib/ld-linux.so.2 @ / tools & @ g' \
>   > `Dirname $ (gcc-print-libgcc-file-name)` / specs
>
>  I get error can not find the specs directory.

gcc-dumpspecs | sed 's @ ^ / lib/ld-linux.so.2 @ / tools & @ g' \
> > `Dirname $ (gcc-print-libgcc-file-name)` / specs

This is what you should have. Notice the second > in the string. You
have to type it.

Why are you building 6.3 when 6.6 is out and 6.7 will be coming out
some time in the near future.

-- 
If we can but prevent the government from wasting the labours of the
people, under the pretence of taking care of them, they must become
happy. - Thomas Jefferson
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to