안녕하세요..본론부터말하자면 와우리눅스7.3을 깔았습니다..
그냥 인스톨하면 gcc가 안 깔리더군요..씨디에서 rpm패키지 찾아서 설치했습니다
[root@xxxx]whereis gcc 하면
gcc: /usr/bin/gcc /usr/share/man/man1/gcc.1.gz 이렇게 나옵니다..또..
MySQL을 설치할려구 가지고 있는 책에 있던 Mysql-3.23.36.tar.gz파일을
압축푸니까 mysql-3.23.36폴더가 생기더군요...cd mysql-3.23.36해서
[root@x mysql-3.23.36]# ./configure --prefix=/usr/local/mysql
> --localstatedir=/usr/local/mysql/data --with-charset=euc_kr
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-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... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
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 gawk... gawk
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
위에 ./configure뒤에 있는것들은그냥 옵션이구여...중요한건 밑에서3번째줄
(gcc)works... no라고 나오는건데요..설치는 되어있는데 왜 안되는거죠..
gcc도 설정을 해 줘야되는건가요??kldp에서도 gcc문서들 찾아서 읽어봤는데
gcc깔려있는거 지우고 소스로 할려그랬는데 좀 오래된문서라 링크해논 소스가
없더라구여...어떻게 해야 gcc가 될까여...고수님들 답변좀 부탁드립니다..