gcc check error (in chapter 6)
Hello,
I have a problem. I followed the LFS book trying to make a system, and I got some errors in GCC compile. I checked the compilation in chapter 6 only, as the author suggests.
Here is the file that cotains "make -k ckeck" output error:
bash-3.00 % cat check.err
WARNING: Couldn't find the global config file.
make[1]: [check-gcc] Error 1 (ignored)
WARNING: Couldn't find the global config file.
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable
make[1]: [check-g++] Error 1 (ignored)
WARNING: Couldn't find the global config file.
make[3]: *** [check-DEJAGNU] Error 1
make[2]: *** [check-am] Error 2
make[2]: Target `check' not remade because of errors.
make[1]: *** [check-recursive] Error 1
make[1]: Target `check' not remade because of errors.
make: *** [check-target-libstdc++-v3] Error 2
make: Target `check' not remade because of errors.
bash-3.00 %
I have compiled the fifth chapter as in lfs (with gcc 3.4.1). Should I recompile this chapter too using the gcc 4.0.0? Or should I compile Gcc 4.0.0 only in chapter 6 in chroot environemt using gcc-3.4.1 from chapter 5 ?
Does somebody have any suggestions ? Or another ideas?
|