[root@crazylinux mysql-3.22.32]# ./configure --prefix=/usr/local/mysql --with-un
ix-socket-path=/tmp --with-charset=euc_kr
creating cache ./config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
[root@crazylinux mysql-3.22.32]#
위와 같이 에러가 나는데요...
egcs-버젼
egcs-c++-버젼
이걸 업하면 된다는 말을 찾아본거 같은데요
[root@crazylinux RPM]# rpm -Uvh egcs-1.1.2-30.i386.rpm
에러: 의존성 실패:
cpp = 1.1.2 는 egcs-1.1.2-30가 필요로 합니다
glibc-devel 는 egcs-1.1.2-30가 필요로 합니다
[root@crazylinux RPM]# rpm -Uvh egcs-g77-1.1.2-30.i386.rpm
에러: 의존성 실패:
egcs = 1.1.2 는 egcs-g77-1.1.2-30가 필요로 합니다
[root@crazylinux RPM]# rpm -Uvh egcs-objc-1.1.2-30.i386.rpm
에러: 의존성 실패:
egcs = 1.1.2 는 egcs-objc-1.1.2-30가 필요로 합니다
cpp = 1.1.2 는 egcs-objc-1.1.2-30가 필요로 합니다
[root@crazylinux RPM]# rpm -Uvh egcs-c++-1.1.2-30.i386.rpm
에러: 의존성 실패:
egcs = 1.1.2 는 egcs-c++-1.1.2-30가 필요로 합니다
libstdc++ = 2.9.0 는 egcs-c++-1.1.2-30가 필요로 합니다
cpp = 1.1.2 는 egcs-c++-1.1.2-30가 필요로 합니다
[root@crazylinux RPM]# rpm eg
egcs-1.1.2-30.i386.rpm egcs-g77-1.1.2-30.i386.rpm
egcs-c++-1.1.2-30.i386.rpm egcs-objc-1.1.2-30.i386.rpm
이런식으로 에러가 나는데
위의 소스컴팔시 에러가 제가 생각하는거랑 틀린건가요?
고수님들 답변 부탁드립니다...