I finished compiling binutils in chapter6 and I don't know how I do but I
was after the compilation on gcc page

So before compiling gcc I do this :


ln -sv ../usr/bin/cpp /lib

ln -sv gcc /usr/bin/cc

echo 'main(){}' > dummy.c
cc dummy.c -Wl,--verbose &> dummy.log
readelf -l a.out | grep ': /lib'


and the other grep and at this moment I see I wasn't in the good section Now
It's impossible to compile gcc I think it's due to my ln ....


Help me please

Thanks

-- 
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