../depcomp: line 571: exec: g++: not found
make[1]: *** [my_new.o] 错误 127
make[1]: Leaving directory `/home/justme/software/mysql-5.1.30/mysys'
make: *** [all-recursive] 错误 1
解决 :
下载 安装
转载
2011-05-25 13:32:55
584阅读
centos6.5,编译安装mysql5.1.27时遇到以下下错误,查看了一下系统没有安装gcc-c++,于是用yum安装,命令:yum install -y gcc-c++ 报错1:
../depcomp: line 512: exec: g++: not found
 
原创
2015-12-20 21:55:26
1902阅读
mysql安装问题 g++: not found
2009-05-08 22:46
../depcomp: line 571: exec: g++: not found
make[1]: *** [my_new.o] 错误 127
make[1]: L
原创
2010-07-26 19:37:45
1430阅读
[libtool]compile config.guess config.sub depcomp install-sh ltmain.sh missing[automake]compileconfig.guessconfig.subdepcompinstall-shmissing$> autoreconfig -ivf
原创
2017-05-10 17:25:12
992阅读
源码安装 MYSQL ,,MAKE 时 报错。
../depcomp: line 512: exec: g++: not foundmake[2]: *** [my_new.o] 错误 127make[2]: Leaving directory `/tmp/lamp/mysql-5.0.56/mysys'make[1]: *** [all-recursiv
原创
2009-12-16 12:35:44
9013阅读
2评论
[libtool]compile config.guess config.sub depcomp install-sh ltmain.sh missing[automake]compileconfig.guessconfig.subdepcompinstall-shmissing$> autoreconfig -ivf
原创
2017-05-10 17:23:21
715阅读
pcre-7.9编译安装,make时报错:
source='pcrecpp.cc' object='pcrecpp.lo' libtool=yes
DEPDIR=.deps depmode=none /bin/sh ./depcomp
&nbs
转载
精选
2010-09-17 13:23:55
582阅读
源码安装 MYSQL ,,MAKE 时报错。
../depcomp: line 512: exec: g++: not found
make[2]: *** [my_new.o] 错误 127
make[2]: Leaving directory `/tmp/lamp/mysql-5.0.56/mysys'
make[1]: *** [all-r
原创
2011-04-19 15:07:24
691阅读
下载pcre-8.20编译安装,make时报错:source='pcrecpp.cc' object='pcrecpp.lo' libtool=yes DEPDIR=.deps depmode=none /bin/sh ./depcomp /bin/sh ./libtool --tag=CXX --mode=compile -DHAVE_CONFIG_H -I. -I/usr/
原创
2013-10-12 10:15:10
3847阅读
../depcomp: line 571: exec: g++: not found
make[1]: *** [my_new.o] 错误 127
make[1]: Leaving directory `/home/justme/software/mysql-5.1.30/mysys'
make: *** [all-recursive] 错误 1
解决 :
下载 安装
原创
2010-07-26 19:01:20
886阅读
问题现象:
../depcomp: line 512: exec: g++: not found
make[2]: *** [my_new.o] Error 127
make[2]: Leaving directory `/usr/local/src/mysql-5.0.41/mysys'
make[1]: *** [all-recursive] Error 1
make[1]: Lea
转载
精选
2012-04-18 22:46:22
593阅读
./configure --prefix=/usr/local/mysql --with-extra-charsets=all --with-innodb --with-plugins=partition然后进行make 报如下错误../depcomp: line 571: exec: g++: not foundmake[1]: *** [my_new.o] Error 1
原创
2015-05-01 12:34:32
687阅读
下载pcre-7.9编译安装,make时报错:
source='pcrecpp.cc' object='pcrecpp.lo' libtool=yes
DEPDIR=.deps depmode=none /bin/sh ./depcomp
&n
转载
精选
2011-07-05 15:44:47
548阅读
下载pcre-7.9编译安装,make时报错:
source='pcrecpp.cc' object='pcrecpp.lo' libtool=yes
DEPDIR=.deps depmode=none /bin/sh ./depcomp
&n
原创
2011-03-25 18:50:28
4921阅读
点赞
5评论
环境: mysql5.1.41
centos5.6 x64
在对mysql编译时出现../depcomp: line 571: exec: g++: not found
分析是由于系统没有安装gcc-c++编译器导致mysql编译时找不到相关文件
解决:yum -y install gcc-c++
重新编译
make
原创
2012-03-24 18:35:47
1178阅读