| [ CnUnix ] in KIDS 글 쓴 이(By): dude (지금나보다) 날 짜 (Date): 1996년04월28일(일) 15시50분51초 KST 제 목(Title): Sun Sparc20에서 gcc install error? Sparc20 sun os 5.4에 gcc 2.7.2를 install 하는데 다음과 같은 message가 나오는 군요. if [ -f libgcc2.ready ] ; then \ true; \ else \ touch libgcc2.ready; \ fi ./xgcc -B./ -DIN_GCC -DSVR4 -g -I./include -I. -I. -I./config \ -c ./config/sparc/gmon-sol2.c -o gmon.o In file included from /usr/include/sys/sysmacros.h:13, from include/sys/types.h:19, from include/unistd.h:80, from ./config/sparc/gmon-sol2.c:42: include/sys/param.h:9: machine/param.h: No such file or directory In file included from include/sys/types.h:19, from include/unistd.h:80, from ./config/sparc/gmon-sol2.c:42: /usr/include/sys/sysmacros.h:44: warning: `MIN' redefined include/sys/param.h:153: warning: this is the location of the previous definition /usr/include/sys/sysmacros.h:45: warning: `MAX' redefined include/sys/param.h:156: warning: this is the location of the previous definition *** Error code 1 make: Fatal error: Command failed for target `gmon.o' 이전에 gcc 2.6.? 를 install하여서 잘사용하고 이있습니다. 현제 cc는 demo version이 깔린 상태이구요. 비슷한 경험을 하신분이나 해결 방법을 알고계신분의 도움을 기다립니다. |