> make[1]: Entering directory `/mnt/lfs/source/ncurses-5.6/c++' > cd ../obj_s; -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. > -I../include -D_GNU_SOURCE -DNDEBUG -I/tools/include > -fPIC -c ../c++/cursesf.cc > /bin/sh: -I../c++: not found > make[1]: *** [../obj_s/cursesf.o] Error 127 > make[1]: Leaving directory `/mnt/lfs/source/ncurses-5.6/c++' > make: *** [all] Error 2 > [EMAIL PROTECTED]:/mnt/lfs/source/ncurses-5.6$
> Has anyone else had this error? I tried googling through > the website and found nothing. UPDATE: I managed to successfully compile ncurses, so that issue is solved. I have since completed chapter 5 and moved on to chapter 6. :-) However, after running the test suite on the glibc package and running grep on the log file, I found some errors that weren't listed in chapter 6.9.1. Are they anything worth worrying about? root:/sources/glibc-build# grep Error glibc-check-log make[2]: *** [/sources/glibc-build/math/test-double.out] Error 1 make[1]: *** [math/tests] Error 2 make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored) make[2]: *** [/sources/glibc-build/nptl/tst-attr3.out] Error 1 make[1]: *** [nptl/tests] Error 2 make[2]: *** [/sources/glibc-build/rt/tst-mqueue5.out] Error 1 make[1]: *** [rt/tests] Error 2 make[2]: *** [/sources/glibc-build/debug/tst-chk1.out] Error 1 make[2]: *** [/sources/glibc-build/debug/tst-chk2.out] Error 1 make[2]: *** [/sources/glibc-build/debug/tst-chk3.out] Error 1 make[2]: *** [/sources/glibc-build/debug/tst-lfschk1.out] Error 1 make[2]: *** [/sources/glibc-build/debug/tst-lfschk2.out] Error 1 make[2]: *** [/sources/glibc-build/debug/tst-lfschk3.out] Error 1 make[1]: *** [debug/tests] Error 2 make[1]: *** [/sources/glibc-build/c++-types-check.out] Error 1 make: *** [check] Error 2 -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
