When I tried to follow the instructions in the section 6.17 in order to build GMP 6.1.2, I encountered the similar problem, which is describted in this URL ( https://www.linuxquestions.org/questions/linux-from-scratch-13/lfs-6-14-gmp-6-1-0-libtool-error-libstdc-ls-is-not-a-valid-libtool-archive-4175586676/ ): libtool: error: '/usr/lib/libstdc++.la' is not a valid libtool archive I checked the length of the file "libstdc++.la" and the size is 0 byte. Thus, I removed it from "/usr/lib" and then I could build the GMP.
So, my question is: will the final system work properly if the file "libstdc++.la" is missing during the build process?And do I have to check why the file "libstdc++.la" is empty? P.S.:I ran the following during GMP build process:cp -v configfsf.guess config.guess cp -v configfsf.sub config.sub
-- 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
