Recently, Somebody Somewhere wrote these words
> On the 31.8.05 Declan wrote
> 
> 
> > 1. On the same root console, do all of the following, and correct it
> > if anything barfs. This is off the top of my head.
> > 
> > 
> > export CC=/tools/bin/gcc && export CXX=/tools/bin/c++ && export
> > CPP=/tools/bin/cpp && PATH=/tools:$PATH && mv /etc/ld.so.conf
> > /etc/ld.so.conf.bak && cat /tools/lib > /etc/ld.so.conf && cat
> > /etc/ld.so.conf.bak >> /etc/ld.so.conf && ldconfig
> > 
> > Then try ./configure --help. If you can the include path, set it as
> > /tools/include. If you can specify ls, specify /tools/bin/ld.
> > 
> > Add those 2 instructions to the chapter 6 instructions and try
> > again.
> > 
> > 
> > 2. If this fails, do the ./configure & make in the chroot, and do
> > the make install in the normal system instead of the chroot.
> > 
> > 
> > 3. If this fails, copy in ld from the /tools directory and try that
> 
> In the end it was the second option that worked, although I was forced
> to copy over parts of binutils to botch the whole thing.  I am now
> back to normal though.   Thanks for the help Declan.

Great. Now get /tools out of /etc/ld.so.conf, and $PATH, rerun ldconfig
and see if you are still working.

-- 

        With best Regards,


        Declan Moriarty.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to