On 3/22/06, Richard Melville <[EMAIL PROTECTED]> wrote:
>
> Third, let's try a souped up sanity check similar to the one in the SVN book.
> http://www.linuxfromscratch.org/lfs/view/development/chapter06/readjusting.html
>
> echo 'main(){}' > dummy.c
> cc dummy.c -Wl,--verbose &> dummy.log
>
> readelf -l a.out | grep 'ld-linux'
> grep 'libc.so.6' dummy.log
> grep 'SEARCH_DIR' dummy.log
> grep 'crt[1in].*succeeded' dummy.log
> grep 'found' dummy.log
>
> In the chroot environment I can't even get past compiling dummy.c;
> *cc dummy.c* returns the reply */tools/bin/cc: No such file or directory*

OK.  How about trying those commands outside the chroot.  Then they'll
be able to run, and we should be able to see what's happened.

--
Dan

P.S.  Please try to reply to a previous mail if the same subject is
being followed.  That way, everything will stay under the same thread
instead of starting a new one.
--
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