Brian Cheeseman schreef: > Re-adjusting the Toolchain > > * After adjusting the GCC specs file and before running the sanity > check there are a few more things we need to do to enable a sane > building environment. Firstly execute ‘ln –s > /tools/lib/libssp_nonshared* /lib/’ this will provide the ssp > libraries which will be replaced in a moment when we build the > butterfly toolchain. The ssp libraries are required otherwise GCC > won’t create any output. (may also need to link the libssp.* as well) > In my case I had to link to libssp.* as well
From the book chapter 6.10: ln -vsf ../../lib/libintl.so.3 /usr/lib/libintl.so Libintl.so.3 doesn't exists on my system I will try to link to libintl.so.8 now. I also think the path to libintl.so.3 isn't right. Rob -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
