On Tue, 2021-01-26 at 14:55 +0800, Xi Ruoyao via blfs-dev wrote: > On 2021-01-25 19:33 -0500, Marty Jack via blfs-dev wrote: > > I found that during the install phase the just installed ld won't > > run against > > the prior libctf which had not yet been installed. I ended up with > > a > > nonfunctional ld and had to recover it from another system and > > reinstall > > 2.35.1. Now holding off to see what others discover. I do not see > > anyone > > reporting a problem on their mailing list at this point. > > It's not so fatal. You can set LD_LIBRARY_PATH during make install > to > workaround.
Sorry, I am unable to do that: I've tried: LD_LIBRARY_PATH=/build/dir/binutils-2.36/build/libctf/.libs \ make tooldir=/usr install and that is not enough... What worked for me is: make tooldir=/usr -C libctf install make toolsdir=/usr install Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page