> On Nov 22, 2014, at 19:16, Brent Hostetler <[email protected]> wrote: > > So there are a bunch of errors trying to load libgcc_s.so.1 > ln -sv /tools/lib/libgcc_S.so{,.1} /usr/lib > > I typoed a capital S. > > So I removed the links and redid them. > > bash-4.3# find / -iname libgcc_s.so.1 -print > /usr/lib/libgcc_s.so.1 > /tools/lib/libgcc_s.so.1 > > > I then removed build directory. > Redid the configure script. > Redid make, make check and I am still getting the error that it cannot find > libgcc_s.so.1 > > Why is it not finding the shared library now?
Hello Brent, You may wish to review this support thread with a user which had the same issues and the same amount of test failures: http://lists.linuxfromscratch.org/pipermail/lfs-support/2013-February/044616.html Sincerely, William Harrington -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
