: mysql-3.23.30-gamma.tar.gz을 받아서
:
: tar vxzf mysql-3.23.30-gamma.tar.gz로 풀어서
:
: ./configure --prefix=/usr/local/mys
: ql --with-charset=euc_kr --localstatedir=/usr/local/mysql/data 했더니
:
: 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... 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... yes
: checking whether the C compiler (gcc ) is a cross-compiler... no
: checking whether we are using GNU C... yes
: checking whether gcc accepts -g... yes
: checking for c++... no
: checking for g++... no
: checking for gcc... gcc
: checking whether the C++ compiler (gcc ) works... no
: configure: error: installation or configuration problem: C++ compiler cannot cre
: ate executables.
:
: 라고 나오는데요.. 마지막 부분에 있는 에러는 어째서 나오는거죠...??
gcc가 없는것 같은데요? gcc 라고 쳐보세요. gcc: No input files 라고
나오나요?
gcc가 없다면 egcs*나 gcc* 로 시작하는 패키지들을 모두 설치해
버리세요.
- 성수,.