Em 18-02-2014 11:44, Armin K. escreveu: > On 02/18/2014 03:25 PM, Arthur Radley wrote: >> Everything went smoothly. I only wanted to mention one new thing that >> happened and one old thing. >> >> The new thing: In section 6.17. GCC-4.8.2 when verifying that the new linker >> is being used with the correct search paths, the result had some extra lines >> for /lib32 which I haven't seen before and which are not in the book's >> example... >> >> bash-4.2# grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g' >> SEARCH_DIR("/usr/i686-pc-linux-gnu/lib32") >> SEARCH_DIR("/usr/local/lib32") >> SEARCH_DIR("/lib32") >> SEARCH_DIR("/usr/lib32") >> SEARCH_DIR("/usr/i686-pc-linux-gnu/lib") >> SEARCH_DIR("/usr/local/lib") >> SEARCH_DIR("/lib") >> SEARCH_DIR("/usr/lib"); >> > > I suppose it's 32 bit build, no? If so, then it's okay. I doubt any of > the devs did 32 bit build to notice that and no one ever reported it > till now.
fernando [ /jhalfs/logs ]$ grep -ri 'SEARCH.*/usr/lib32' |sed 's|; |\n|g' 081-gcc-4.8.2:SEARCH_DIR("/usr/lib32") No /usr/local/lib32, but I am not sure if the dummy is run by jhalfs. I did not inspect the logs, as my worry is BLFS-7.5. If you want any other info, I can try to get. -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page