On 22/06/2016 22:18, Edgar Alwers wrote:
Yes. As user lfs i did as the book says.
CC=$LFS_TGT-gcc                                    \
CXX=$LFS_TGT-g++
...
Then compilation as indicated in the book:
../configure \ --prefix=/tools \ --with-local-prefix=/tools \ --with-native-system-header-dir=/tools/include \ --enable-languages=c,c++ \ --disable-libstdcxx-pch \ --disable-multilib \ --disable-bootstrap \ --disable-libgomp

Do you mean that you type:

CC=$LFS_TGT-gcc                                    \
CXX=$LFS_TGT-g++  \
...

then "enter" then ../configure ... ?

If so, that is the problem: this is one big instruction starting at CC= and 
ending at disable-libgomp...

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

Reply via email to