잡담/문답 Somebody help me~
페이지 정보
본문
댓글목록
res님의 댓글
res이름으로 검색 아이피 (218.♡.87.189) 작성일
[root@ns Intel-3.4.3006-20051209.i386]# cd xc
[root@ns xc]# make
make[1]: Entering directory `/root/Desktop/Intel-3.4.3006-20051209.i386/xc'
make[1]: xmakefile: 그런 파일이나 디렉토리가 없음
make[1]: *** 타겟 `xmakefile'를 만들 규칙이 없음. 멈춤.
make[1]: Leaving directory `/root/Desktop/Intel-3.4.3006-20051209.i386/xc'
make[1]: Entering directory `/root/Desktop/Intel-3.4.3006-20051209.i386/xc'
Please use make World, or on NT use nmake World.Win32.
Check the configuration parameters in the ./config/cf directory,
and pass BOOTSTRAPCFLAGS if necessary.
Read the release notes carefully before proceeding.
Do not name your log file make.log or it will be deleted.
make[1]: Leaving directory `/root/Desktop/Intel-3.4.3006-20051209.i386/xc'
make[1]: Entering directory `/root/Desktop/Intel-3.4.3006-20051209.i386/xc'
make[1]: xmakefile: 그런 파일이나 디렉토리가 없음
make[1]: *** 타겟 `xmakefile'를 만들 규칙이 없음. 멈춤.
make[1]: Leaving directory `/root/Desktop/Intel-3.4.3006-20051209.i386/xc'
make: *** [all] 오류 2
[root@ns xc]#
res님의 댓글
res이름으로 검색 아이피 (218.♡.87.189) 작성일
네 혹시나 해서 make World 도 한 번 쳐봤었는데 이런 오류가 뜨네요 --;;
[root@ns xc]# make world
make: *** 타겟 `world'를 만들 규칙이 없음. 멈춤.
[root@ns xc]# make World
make: cc: 명령을 찾지 못했음
make: [World] 오류 127 (무시됨)
Building Release 6.8.
I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.
2006. 05. 13. (토) 12:26:02 KST
cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" clean
make[1]: Entering directory `/root/Desktop/Intel-3.4.3006-20051209.i386/xc/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/Desktop/Intel-3.4.3006-20051209.i386/xc/config/imake'
make Makefile.boot
make[1]: Entering directory `/root/Desktop/Intel-3.4.3006-20051209.i386/xc'
cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
make[2]: Entering directory `/root/Desktop/Intel-3.4.3006-20051209.i386/xc/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
make[2]: cc: 명령을 찾지 못했음
make[2]: *** [ccimake] 오류 127
make[2]: Leaving directory `/root/Desktop/Intel-3.4.3006-20051209.i386/xc/config/imake'
make[1]: *** [imake.proto] 오류 2
make[1]: Leaving directory `/root/Desktop/Intel-3.4.3006-20051209.i386/xc'
make: *** [World] 오류 2