Ken Turner wrote:
>
> I am trying to the following and getting the subsequent error:
>
>
> lfs:/mnt/lfs/sources$ $LFS_TGT-gcc -B/tools/lib 
> dummy.c/mnt/lfs/tools/bin/../lib/gcc/i686-lfs-linux-gnu/4.3.2/../../../../i686-lfs-linux-gnu/bin/ld:
>  
> crt1.o: No such file: No such file or directory
> collect2: ld returned 1 exit status
>
>
> Can anyone point me the right direction. I tried google but the 
> threads are pretty vague....
>
>
> Thanks David
your missing the object files in /usr/lib
ls -l /usr/lib/*.o
/usr/lib/Mcrt1.o
/usr/lib/Scrt1.o
/usr/lib/crt1.o
/usr/lib/crti.o
/usr/lib/crtn.o
/usr/lib/gcrt1.o

Justin P. Mattock
-- 
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