|
|
按照BLFS-6.1手册做的,当输入:( make World 2>&1 | tee xorg-compile.log && exit $PIPESTATUS )时报错,以下是详细错误日志:- Building Release 6.8.2.
- I hope you checked the configuration parameters in ./config/cf
- to see if you need to pass BOOTSTRAPCFLAGS.
- 二 8月 1 14:50:00 CST 2006
- cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" clean
- make[1]: Entering directory `/root/X/xcbuild/config/imake'
- rm -f ccimake imake.o imake
- rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#*
- rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
- rm -f imakemdep_cpp.h
- make[1]: Leaving directory `/root/X/xcbuild/config/imake'
- make Makefile.boot
- make[1]: Entering directory `/root/X/xcbuild'
- cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
- make[2]: Entering directory `/root/X/xcbuild/config/imake'
- making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in config/imake
- cc -o ccimake -DCROSSCOMPILEDIR="" -O -I../../include -I../../imports/x11/include/X11 ccimake.c
- if [ -n "" ] ; then \
- /cc -E `./ccimake` \
- -DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; \
- else touch imakemdep_cpp.h; fi
- cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c
- cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o
- make[2]: Leaving directory `/root/X/xcbuild/config/imake'
- rm -f ./config/makedepend/Makefile.proto
- ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
- cd ./config/makedepend && rm -f -r Makefile Makefile.dep makedepend *.o bootstrap
- cd ./config/makedepend && make -f Makefile.proto bootstrap
- make[2]: Entering directory `/root/X/xcbuild/config/makedepend'
- Makefile.proto:34: *** 遗漏分隔符 。 停止。
- make[2]: Leaving directory `/root/X/xcbuild/config/makedepend'
- make[1]: *** [depend.bootstrap] 错误 2
- make[1]: Leaving directory `/root/X/xcbuild'
- make: *** [World] 错误 2
复制代码
我的内核是2.6.17.7的
另外还有两个问题:1、装好系统以后我所安装的软件从下载到编译都是用root完成的,是否对安装软件有影响?
2、编译xorg时要用到的host.def我是直接先在SuSE下面做好,然后复制到 xcbuild/config/fb/目录下去的,是否也会有影响? |
|