On 9/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Have a problem. after re-adjusting tool chain in section 6.10
> sanity check gives following error:
>
> root:/sources/glibc-build# echo 'main(){}' > dummy.c
> root:/sources/glibc-build# cc dummy.c -Wl,--verbose &> dummy.log
> root:/sources/glibc-build# readelf -l a.out | grep ': /lib'
> readelf: Error: 'a.out': No such fileForgot to reply to this. The problem seems to be that cc can't compile the dummy program. If you do `echo $?' after `cc dummy.c ...', it will probably not be 0. You need to look at the end of dummy.log to see what the error is. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
