(중략)
../depcomp: line 512: exec: g++: not found
make[2]: *** [my_new.o] Error 127
make[2]: Leaving directory `/root/mysql-5.0.45/mysys'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/mysql-5.0.45'
make: *** [all] Error 2
# g++
-bash: g++: command not found
g++가 존재하지 않는다. g++를 설치한다.
# yum install gcc-c++
후 confiure 다시해하고 make 해야됨

not as usual