Page 1 of 1

mysql install

Posted: Fri Oct 31, 2003 9:20 am
by tweet
redhat9.0 used............
mysql4.0.16.tar.gz downloaded, it will install
gcc.rpm have two in rpmfind.net
gcc-c++-3.2.2-5.i386.rpm, gcc-3.2.2.5.rpm
gcc-3.2.2.5.rpm installed,
all of two.rpm should install or one of two.rpm shoud install?????

run mysql configure in prompt.
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C preprocessor... gcc -E
checking "C Compiler version"... "gcc gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)"
./configure: line 1: g++: command not found
checking "C++ compiler version"... "g++ "

here, checking dependency style of gcc... gcc3
gcc3.2.2.5 version do mean number'3' in 'gcc3'???
because of not install gcc-c++.rpm, seem to like appear this message. right??

Posted: Fri Oct 31, 2003 8:54 pm
by BDKR
Is there any particular reason you're compiling MySQL? There are binary downloads for Linux (not talking about RPM files either).

Cheers,
BDKR