'g++:not found'에 해당되는 글 1

  1. mysql 5에서 make 중 오류 2008/02/24

mysql 5에서 make 중 오류

Posted at 2008/02/24 15:11 // in DBMS // by 엔신
# make

(중략)

../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 해야됨

이올린에 북마크하기
2008/02/24 15:11 2008/02/24 15:11