안녕하세요
우분투 11.10을 사용하다가 질문이 있습니다.
Ubuntu 11.10에서 GCC 4.3.x 버전 설치가 가능한가요?
보니까 apt-get 으로 확인해보니 gcc-4.4 버전부터 그 위로만 있기에 gcc 사이트에 들어가서 4.3 버전을 다운받아서 dpkg로 설치하니
Selecting previously deselected package gcc-4.3.
(Reading database … 162734 files and directories currently installed.)
Unpacking gcc-4.3 (from gcc-4.3_4.3.4-10ubuntu1_i386.deb) …
dpkg: dependency problems prevent configuration of gcc-4.3:
gcc-4.3 depends on gcc-4.3-base (= 4.3.4-10ubuntu1); however:
Version of gcc-4.3-base on system is 4.3.5-4.
gcc-4.3 depends on cpp-4.3 (= 4.3.4-10ubuntu1); however:
Package cpp-4.3 is not installed.
libgcc1 (1:4.6.1-9ubuntu3) breaks gcc-4.3 and is installed.
dpkg: error processing gcc-4.3 (–install):
dependency problems - leaving unconfigured
Processing triggers for man-db …
Errors were encountered while processing:
gcc-4.3
라고 나옵니다.
보니 의존성 에러인것외에 cpp-4.3이 없다고 나오는데
더이상 어떻게 해야할지 의문점이 생겨 질문 올립니다ㅜ