Bill wrote on 06-10-07 00:44:
> Folks,
>
> I'm having a problem that I can't seem to get by, and I hope some one
> can get me past this. I've consistently had this same problem each time
> I've tried to work through the book, always failing at the same spot.
> To try and remove as many variables from the equation as possible I've
> been running from the Live CD and copy and pasting each command in the
> book. My machine is an AMD Athlon 64 X2 4200+ with 2 GB RAM. I'm
> working and booting from
>
> Linux From Scratch x86_64-6.3 r2014
>
> Each time I get to the part, in Chap 5.7, to adjust the tool chain I
> receive the following error:
>
> lfs:/mnt/lfs/sources$ gcc -dumpspecs | sed
> 's@/lib64/ld-linux-x86-64.so.2@/tools&@g' \
>> `dirname $(gcc -print-libgcc-file-name)`/specs
>
> sed: can't read
> /mnt/lfs/tools/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.1.2/specs: No
> such file or directory
You're simply missing a redirection operator here in front of
the dirname clause:
> `dirname $(gcc -print-libgcc-file-name)`/specs
^
here
bjd
--
SYSEOS: Incorrect operating system in use
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page