|
我有的是debian4.1安装的LFS 6.2。在第一编安装完dejagnu后make check,结果是产生了5个error:
make[4]: Entering directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite/libdejagnu'
source='unit.cc' object='unit.o' libtool=no \
depfile='.deps/unit.Po' tmpdepfile='.deps/unit.TPo' \
depmode=none /bin/sh ../../depcomp \
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dejagnu\" -DVERSION=\"1.4.4\" -I. -I. -I../.. -g -c -o unit.o `test -f 'unit.cc' || echo './'`unit.cc
../../depcomp: line 402: exec: g++: not found
make[4]: *** [unit.o] Error 127
make[4]: Leaving directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite/libdejagnu'make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/mnt/lfs/sources/dejagnu-1.4.4/testsuite'
make[2]: *** [check-DEJAGNU] Error 2
make[2]: Leaving directory `/mnt/lfs/sources/dejagnu-1.4.4'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/dejagnu-1.4.4'
make: *** [check-recursive] Error 1
我一直找不到原因,不过在我的机子上与别人不同的就是export:
declare -x PS1="\${debian_chroot:+(\$debian_chroot)}\\u@\\h:\\w\\\$ "
还有
declare -x TERM="xterm"
我想知道这是正常的那还是哪错了??
谢谢! |
|