LFS 6.12. GCC-4.1.2 startfiles problem ,i still this problem
when use echo 'main(){}' > dummy.c
cc dummy.c -v -Wl,--verbose &> dummy.log
readelf -l a.out | grep ': /lib' The output is [Requesting program interpreter: /lib/ld-linux.so.2] it's ok
but
grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log
grep -B3 '^ /usr/include' dummy.log
There is nothing output,what's the problem? it seems that it doesnt find the startfiles and header files..... everything else is ok.
can anyone help me?Thanks in advance
|