CnUnix

[알림판목록 I] [알림판목록 II] [글목록][이 전][다 음]
[ CnUnix ] in KIDS
글 쓴 이(By): basalt ()
날 짜 (Date): 1995년08월28일(월) 21시03분02초 KDT
제 목(Title): [Q] gcc-2.7.0 install 도와주세요..


제가 이번에 gcc-2.7.0을 SUN 4.1.3_U1에서  install 하고 있는데요..

처음에 ./configure 하고 난이후에

make LANGUAGES=c 라고 compile을 한 이후에

make stage1 이라고 하니까.. 다음과 같은 메시지가 나옵니다..

무엇이 잘못된 것일까요.. 저는 c만을 깔려고 하는데요..

이상태를 무시하고 계속 stage2와 stage3를 만들면 나중에 비교할때

다르다고 나옵니다...  도와주세요..

옛날에 gcc-2.6.3 깔때는 안그랬는데 왜그럴까요..

% make stage1
if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
for dir in . cp ; \
 do \
   if [ -d stage1/$dir ] ; then true ; else mkdir stage1/$dir ; fi ; \
 done
mv *.o insn-flags.h insn-config.h insn-codes.h insn-output.c insn-recog.c insn-emit.c insn-extract.c insn-peep.c insn-attr.h insn-attrtab.c insn-opinit.c stamp-flags stamp-config stamp-codes stamp-output stamp-recog stamp-emit stamp-extract stamp-peep stamp-attr stamp-attrtab stamp-opinit stamp-proto genemit genoutput genrecog genextract genflags gencodes genconfig genpeep genattrtab genattr genopinit bc-arity.h bc-opcode.h bc-opname.h stamp-bcarity stamp-bcopcode stamp-bcopname bi-arity bi-opcode bi-opname xgcc cc1 cpp    gcc-cross cccp cc1obj enquire protoize unprotoize specs collect2 ld underscore.c *.greg *.lreg *.combine *.flow *.cse *.jump *.rtl *.tree *.loop *.dbr *.jump2 *.sched *.cse2 *.sched2 *.stack *.[si] g++ g++-cross cc1plus stage1
mv: *.o: Cannot access: No such file or directory
mv: insn-flags.h: Cannot access: No such file or directory
mv: insn-config.h: Cannot access: No such file or directory
mv: insn-codes.h: Cannot access: No such file or directory
mv: insn-output.c: Cannot access: No such file or directory
mv: insn-recog.c: Cannot access: No such file or directory
mv: insn-emit.c: Cannot access: No such file or directory
mv: insn-extract.c: Cannot access: No such file or directory
mv: insn-peep.c: Cannot access: No such file or directory
mv: insn-attr.h: Cannot access: No such file or directory
mv: insn-attrtab.c: Cannot access: No such file or directory
mv: insn-opinit.c: Cannot access: No such file or directory
mv: stamp-flags: Cannot access: No such file or directory
mv: stamp-config: Cannot access: No such file or directory
mv: stamp-codes: Cannot access: No such file or directory
mv: stamp-output: Cannot access: No such file or directory
mv: stamp-recog: Cannot access: No such file or directory
mv: stamp-emit: Cannot access: No such file or directory
mv: stamp-extract: Cannot access: No such file or directory
mv: stamp-peep: Cannot access: No such file or directory
mv: stamp-attr: Cannot access: No such file or directory
mv: stamp-attrtab: Cannot access: No such file or directory
mv: stamp-opinit: Cannot access: No such file or directory
mv: stamp-proto: Cannot access: No such file or directory
mv: genemit: Cannot access: No such file or directory
mv: genoutput: Cannot access: No such file or directory
mv: genrecog: Cannot access: No such file or directory
mv: genextract: Cannot access: No such file or directory
mv: genflags: Cannot access: No such file or directory
mv: gencodes: Cannot access: No such file or directory
mv: genconfig: Cannot access: No such file or directory
mv: genpeep: Cannot access: No such file or directory
mv: genattrtab: Cannot access: No such file or directory
mv: genattr: Cannot access: No such file or directory
mv: genopinit: Cannot access: No such file or directory
mv: bc-arity.h: Cannot access: No such file or directory
mv: bc-opcode.h: Cannot access: No such file or directory
mv: bc-opname.h: Cannot access: No such file or directory
mv: stamp-bcarity: Cannot access: No such file or directory
mv: stamp-bcopcode: Cannot access: No such file or directory
mv: stamp-bcopname: Cannot access: No such file or directory
mv: bi-arity: Cannot access: No such file or directory
mv: bi-opcode: Cannot access: No such file or directory
mv: bi-opname: Cannot access: No such file or directory
mv: xgcc: Cannot access: No such file or directory
mv: cc1: Cannot access: No such file or directory
mv: cpp: Cannot access: No such file or directory
mv: gcc-cross: Cannot access: No such file or directory
mv: cccp: Cannot access: No such file or directory
mv: cc1obj: Cannot access: No such file or directory
mv: enquire: Cannot access: No such file or directory
mv: protoize: Cannot access: No such file or directory
mv: unprotoize: Cannot access: No such file or directory
mv: specs: Cannot access: No such file or directory
mv: collect2: Cannot access: No such file or directory
mv: ld: Cannot access: No such file or directory
mv: underscore.c: Cannot access: No such file or directory
mv: *.greg: Cannot access: No such file or directory
mv: *.lreg: Cannot access: No such file or directory
mv: *.combine: Cannot access: No such file or directory
mv: *.flow: Cannot access: No such file or directory
mv: *.cse: Cannot access: No such file or directory
mv: *.jump: Cannot access: No such file or directory
mv: *.rtl: Cannot access: No such file or directory
mv: *.tree: Cannot access: No such file or directory
mv: *.loop: Cannot access: No such file or directory
mv: *.dbr: Cannot access: No such file or directory
mv: *.jump2: Cannot access: No such file or directory
mv: *.sched: Cannot access: No such file or directory
mv: *.cse2: Cannot access: No such file or directory
mv: *.sched2: Cannot access: No such file or directory
mv: *.stack: Cannot access: No such file or directory
mv: *.[si]: Cannot access: No such file or directory
mv: g++: Cannot access: No such file or directory
mv: g++-cross: Cannot access: No such file or directory
mv: cc1plus: Cannot access: No such file or directory
make: [stage1-start] Error 1 (ignored)
if [ -f as ] ; then ln -s ../as stage1 || cp as stage1 ; else true ; fi
if [ -f ld ] ; then ln -s ../ld stage1 || cp ld stage1 ; else true ; fi
if [ -f collect-ld ] ; then ln -s ../collect-ld stage1 || cp collect-ld stage1 ; else true ; fi
rm -f stage1/libgcc.a
cp libgcc.a stage1
if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib stage1/libgcc.a; else true; fi
mv cp/*.o stage1/cp
mv: cp/*.o: Cannot access: No such file or directory
make: [c++.stage1] Error 1 (ignored)
[알림판목록 I] [알림판목록 II] [글 목록][이 전][다 음]
키 즈 는 열 린 사 람 들 의 모 임 입 니 다.