`
pcpig
  • 浏览: 91256 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

../depcomp: line 512: exec: g++: not found

阅读更多
../depcomp: line 512: exec: g++: not found
make[2]: *** [my_new.o] 错误 127
make[2]: Leaving directory `/usr/local/setup/mysql-5.0.51b/mysys'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/usr/local/setup/mysql-5.0.51b'
make: *** [all] 错误 2
[root@gameserver mysql-5.0.51b]# yum install -y gcc-c++
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.163.com
* updates: ftp.daum.net


==================================
解决办法:
yum install -y gcc-c++


分享到:
评论

相关推荐

    libevent2.1.7在Linux安装过程

    Makefile.am: installing `./depcomp' ``` 3. 执行configure、make和make install命令 接下来,需要执行以下三个命令,分别是configure、make和make install。这些命令将编译和安装libevent库。 ``` $ configure $ ...

    gloox-0.9.2-VC6.rar_VC XMPP_gloox_gloox.dll download_vc6.0_xmpp

    7. `depcomp`:一个辅助脚本,用于编译时依赖项的比较和解决。 8. `Doxyfile`:Doxygen配置文件,用于生成gloox库的API文档。 9. `gloox.dsp`:另一个Visual Studio的项目文件,与`.cbp`文件类似,用于VC6.0项目管理...

    asn.1编码源代码

    7. `depcomp`: 这是用于依赖项编译的辅助脚本,通常与Autoconf一起使用,帮助处理编译时的依赖关系。 8. `FAQ`: 常见问题解答,为用户提供快速解决常见问题的方法。 9. `.gitignore`: Git版本控制系统中的忽略文件...

    trousers-0.3.14.tar.gz

    4. 执行 `./configure` 来配置项目,检查依赖并创建 Makefile。 5. 使用 `make` 编译源代码。 6. 最后,运行 `sudo make install` 将编译好的软件安装到系统中。 在安装和使用 trousers 时,需要对操作系统和可信...

    autoconf使用说明

    最后,运行`./configure`脚本来检测系统并生成最终的`Makefile`文件。 ```bash $ ./configure ``` #### 三、深入理解`configure.in` `configure.in`文件是整个构建过程的核心,它定义了如何检测系统特性并生成...

    alsa-lib-1.1.zip_alsa

    1. **配置环境**:运行`./configure`,检查系统环境并生成Makefile。 2. **编译源码**:使用`make`命令进行编译,生成动态或静态库。 3. **安装库**:执行`make install`,将库文件安装到系统目录。 4. **测试驱动**...

    dhcp-forwarder.rar_dhcp_dhcp forwarder_dhcp-forwarder

    2. 执行 `./configure` 来配置项目,根据你的系统环境设置编译选项。 3. 使用 `make` 命令编译源代码。 4. 最后,运行 `make install` 将程序安装到系统路径中。 `dhcp-forwarder` 的工作原理可能是监听特定端口上...

    win32移植MP3编码器组件lame-3.97.zip

    10. `depcomp`:依赖性比较工具,用于处理Makefile中的依赖关系,确保编译顺序正确。 综上所述,这个压缩包提供了在Windows 32位环境下运行的LAME MP3编码器库,包含了源代码、编译脚本、测试用例以及必要的构建和...

    top2.tar.gz

    Usage: ./top [ -m max_procs ] [ -n iterations ] [ -d delay ] [ -s sort_column ] [ -t ] [ -h ] -m num Maximum number of processes to display. -n num Updates to show before exiting. -d num Seconds to...

    top3.tar.gz

    Usage: ./top [ -m max_procs ] [ -n iterations ] [ -d delay ] [ -s sort_column ] [ -t ] [ -h ] -m num Maximum number of processes to display. -n num Updates to show before exiting. -d num Seconds to...

    官网下载的gsoap-2.8

    3. 进入解压后的目录,运行`./configure`,这将检查你的系统并生成适当的配置。 4. 如果没有错误,运行`make`来编译源代码。 5. 编译成功后,使用`make install`将gSOAP库安装到系统指定位置。 gSOAP-2.8支持许多...

    boa-0.94.13.tar.gz

    这通常包括运行`./configure`来检测系统环境并生成配置,然后使用`make`来编译源代码,最后通过`make install`将Boa安装到系统中。对于想要学习Web服务器工作原理或者需要在低资源环境下部署HTTP服务的开发者来说,...

    例解 autoconf 和 automake 生成 Makefile 文件

    将 `/usr/share/automake-1.X/depcomp` 和 `/usr/share/automake-1.X/compile` 复制到项目根目录。 6. **运行 aclocal 命令**: ```bash aclocal -I m4 ``` 这一步会根据 `configure.in` 文件和本地配置生成 `...

    protobuf2.6.0

    用户可以通过运行`./configure`,然后`make`和`make install`来完成protobuf库的构建和安装。这个过程适用于那些需要在本地环境中使用protobuf进行数据序列化的开发者,或者需要在网络通信中使用protobuf协议的系统...

    CEGUI 编辑器源码

    4. `depcomp`:这是一个辅助脚本,通常用于编译时的依赖性检查,帮助管理编译过程中的复杂性。 5. `Makefile.in`:这是`automake`处理`Makefile.am`后的结果,是一个模板`Makefile`,在运行`configure`后会根据系统...

    Twitter API Client(gridtwit) oauth demo C++源代码

    Prompt: The latest version information in the file gridtwit.c recorded in the third line. ------------------------------------------------------------------------------- gridtwit_client_oauth_demo_...

    QIFPPB.rar_系统/网络安全_C/C++_

    6. `depcomp`: 依赖性编译器,用于处理特定平台的依赖关系。 7. `config.guess` 和 `config.sub`: 这两个文件用于识别构建系统的类型,确保软件能在多种平台上正确配置。 8. `config.h.in` 和 `configure.in`: 这些...

    autotools使用文档

    - `./hello`:运行生成的可执行文件进行测试。 - `make install`:将编译好的程序安装到系统目录。 - `make clean`:清理编译过程中产生的临时文件。 - `make dist`:创建源代码的归档包,便于分发。 AutoTools...

    飞鸽传书源码

    运行`./configure`命令后,软件就能根据用户的系统环境进行定制化编译。 4. **Makefile.cvs**: 这是CVS(Concurrent Versions System)版本控制系统中的Makefile,用于管理源代码版本控制。CVS是一种早期的版本控制...

    开源XML编辑器源代码

    7. **depcomp**:依赖性编译工具,用于处理Makefile中的依赖关系。 8. **config.guess** 和 **config.sub**:用于确定构建系统的目标架构。 9. **Makefile.in**:模板文件,Automake使用它来生成最终的Makefile。 10...

Global site tag (gtag.js) - Google Analytics