[lfs-support] GCC-4.8.1 Pass1 C++

2014-01-11 Thread William Darryl Jackson

Greetings:

Having rebuilt from scratch, and being certain all steps were followed 
accurately - in the proper folder and environment; GCC 'make' is still 
giving me the following error:


configure: error: C++ compiler missing or inoperational
make[1]: *** [configure-libcpp] Error 1
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
make: *** [all] Error 2

Again, Binutils installed correctly.

Any assistance would be greatly appreciated.

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


Re: [lfs-support] GCC-4.8.1 Pass1 C++

2014-01-11 Thread Chris Staub
On 01/11/14 03:35, William Darryl Jackson wrote:
 Greetings:

 Having rebuilt from scratch, and being certain all steps were followed
 accurately - in the proper folder and environment; GCC 'make' is still
 giving me the following error:

 configure: error: C++ compiler missing or inoperational
 make[1]: *** [configure-libcpp] Error 1
 make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
 make: *** [all] Error 2

 Again, Binutils installed correctly.

 Any assistance would be greatly appreciated.

 William

Paste the contents of libcpp/config.log.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-support] GCC-4.8.1 Pass1 C++

2014-01-11 Thread Pierre Labastie
Le 11/01/2014 09:35, William Darryl Jackson a écrit :
 Greetings:
 
 Having rebuilt from scratch, and being certain all steps were followed
 accurately - in the proper folder and environment; GCC 'make' is still giving
 me the following error:
 
 configure: error: C++ compiler missing or inoperational
 make[1]: *** [configure-libcpp] Error 1
 make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
 make: *** [all] Error 2
 
 Again, Binutils installed correctly.
 
 Any assistance would be greatly appreciated.
 
 William
 
 
Hi William,

Do you have C++ installed on the host? Maybe you could have a look at the
vii. Host System requirements page in the preface.

If you have some doubt, you may post the output of the version-check.sh
script here.

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