On 23/02/2016 15:46, Bjoern Meier wrote: > I'm getting this error, at compiling libstdc++ > > g++: error: unrecognized command line option '-std=gnu++14' >
Normally, when compiling libstdc++, the compiler used is the one built at gcc-pass1 (x86_64-lfs-linux-gnu-g++), which obviously recognizes the option '-std=gnu++14'. If you get the above message, it means that the build machinery is trying to use the one on the host. I suspect something is wrong, either in your path or in the configure command (maybe LFS_TGT or LFS is not set properly). Pierre -- 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
