Christian Gardner wrote:
Hi all,

Host system is Lubuntu 12.04. I've checked all the host
system requirements and updated them where appropriate.
So anyway, running that configure command for the toolchain
build of libstdc++ doesn't work.
The onscreen error messages (which I pipe to a file) are:

configure: WARNING: If you wanted to set the --build type, don't use --host.
     If a cross compiler is detected then cross compile mode will be used.
configure: WARNING: stdbool.h: present but cannot be compiled
configure: WARNING: stdbool.h:     check for missing prerequisite headers?
configure: WARNING: stdbool.h: see the Autoconf documentation
configure: WARNING: stdbool.h: section "Present But Cannot Be Compiled"
configure: WARNING: stdbool.h: proceeding with the compiler's result
configure: WARNING: stdalign.h: present but cannot be compiled
configure: WARNING: stdalign.h: check for missing prerequisite headers?
configure: WARNING: stdalign.h: see the Autoconf documentation
configure: WARNING: stdalign.h: section "Present But Cannot Be Compiled"
configure: WARNING: stdalign.h: proceeding with the compiler's result
configure: error: computing EOF failed

Any ideas where to go from here? I'll post the config.log if you insist but 
it's 4376 lines long!
Which bits should I focus on?
Thanks in advance.


Try updating the host:

sudo apt-get install build-essential m4 bison texinfo gawk
sudo dpkg-reconfigure dash

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to