Hi,

I have problems with glibc-2.3.6 under hostsystem Fedora 8 and lfs Version
6.2

 

I have build Glibc outside of the source directory in a dedicated build
directory:

 

mkdir -v ../glibc-build

cd ../glibc-build

 

Next, I have prepared Glibc for compilation:

 

../glibc-2.3.6/configure --prefix=/tools \

--disable-profile --enable-add-ons \

--enable-kernel=2.6.0 --with-binutils=/tools/bin \

--without-gd --with-headers=/tools/include \

--without-selinux

 

I have compiled the package:

 

make SHELL=/bin/bash

 

Then I have run the Glibc test suite:

 

make check SHELL=/bin/bash

 

and I have received the following errors:

 

The last  58 lines of terminal output  are:

scripts/check-c++-types.sh: line 38: g++: command not found

 

and at the end:

make[1]: *** [/mnt/lfs/sources/glibc-build/c++-types/c++-types-check.out]
Error 1

make[1]: Leaving directory `/mnt/lfs/sources/glibc-2.3.6'

make: *** [ckeck] Error 2

 

 

Should I be worried about this or  can I continue?

 

Thanks

Andrea

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

Reply via email to