hi chris, because i read that a simple sed script is to be used so i did the following in the specs file directory :-
$ cat > sed_ldLinuxso2.sh << "EOF" > #!/bin/sh > SPECFILE=`gcc --print-file specs` && > sed 's@ /lib/ld-linux.so.2@ /tools/lib/[EMAIL PROTECTED]' \ > $SPECFILE > tempspecfile && > mv -f tempspecfile $SPECFILE && > unset SPECFILE > EOF $ $ sh sed_ldLinuxso2sh after that i check the specs file but the prepend has not taken place so i did it manually but only in one place that i can see. so after entering those 3 lines for the dummy.c the resultant was no message. well, is it OK by the above method though the book did not have that she-bang thing, but otherwise how to execute those lines from the book. thanks. ciao On Thursday 19 January 2006 12:11 pm, Chris Staub wrote: > mrdaniel wrote: > > hi everybody, > > > > this is my round 11 and took almost 6 solid hours. This time again no > > issue along the way, but at the end of 5.7, no message output at the > > dummy test. > > > > so far i follow exactly the book except at 5.7 the Adjusting of > > Toolchain, the script file did not prepend that /tools in the line in the > > specs and i used vi to do it manually. Its only ONE addition done as I > > can see. > > > > thanks. > > That means you mistyped it. You need to try it again, and make sure you > double-check your typing. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
