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. > > Thanks > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page > >
Besides what Mike, Rick and I pointed out there are some other mistakes in your sample. Here is the exact string from the book. As I said already you must type the > on the second line. Yes there will be one automatically after you type the \ and press ENTER that is not the one you see in the string from the book. That was a problem for a lot of people, me included. gcc -dumpspecs | sed 's...@^/lib/ld-linux.so.2@/tools&@g' \ > `dirname $(gcc -print-libgcc-file-name)`/specs -- 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
