gcc를 컴파일하기 위해서는 또다른 컴파일러가 설치되어 있어야 합니다.
환경변수 CC에 그 컴파일러를 설정하세요.
:
: [root@localhost gcc-2.95]# ./configure --host=i386
: Created "Makefile" in /tmp/gcc-2.95
: ./configure: cc: command not found
: *** The command 'cc -o conftest -g conftest.c' failed.
: *** You must set the environment variable CC to a working compiler.
:
:
: 위와 같이 cc랑 뭔가 관련이 있는것 같인데요?
: 삽질시작이군요. 가르쳐 주시면 감사하겠습니다.(__)
:
: --
: 근데 여기 무슨 서명 적는거에요? ㅡ.ㅡ;;--Lee