문제는 다음과 같습니다.
gcc-3.0.4 다운로드 후
해당 디렉토리로 이동해서
cd /root/gcc-3.0.4
./configure --prefix=/usr/local 한 결과인데요....
Configuring for a i686-pc-linux-gnu host.
Created "Makefile" in /usr/local using "mt-frag"
/tmp/gcc-3.0.4/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.
환경변수를 어떻게 setting 해야하는 건가요..??
쉘파일에 뭘 집어넣어야 하나요...??