> >From the Book, the 3rd block of commands are:
> --------------------------------------------------
> echo 'main(){}'> dummy.c
> cc dummy.c -v -Wl,--verbose &> dummy.log
> readelf -l a.out | grep ': /lib'
> --------------------------------------------------
The only thing that I see that is different with your code and the
book's code is in the first line:
Yours
echo 'main(){}'> dummy.c # no space '>
Book's
echo 'main(){}' > dummy.c # space ' >
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page