我的Linux机器有以下定义:
RHEL 5.4
内核版本2.6.18
但是我没有g++命令。(我需要在Linux下编写c++程序)
例如:
[root@linux /etc]# g++
-bash: g++: command not found
我还尝试了以下几点:
yum install gcc
loaded plugins: security
Setting up Install Process
No package g++ available.
Nothing to do
我的问题是:如何安装/下载g++命令?从哪里可以得到g++?
我有gcc的命令,但这只是C程序,而不
我正在阿尔卑斯Linux上建立gcc-7.3。当我运行make时,我会得到这些错误,
checking whether the C compiler works... configure: error: in `/build/x86_64-pc-linux-gnu/libgomp':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make[2]: *** [M
我在Beagleboard上运行Angström。我安装了gcc和g++,用的命令是: opkg install gcc g++
现在,当我试图编译最简单的c和c++ hello world程序时,我得到了错误消息:
g++: error trying to exec 'as': execvp: No such file or directory
arm-angstrom-linux-gnueabi-gcc: error trying to exec 'as': execvp: No such file or directory
你认为遗漏了什么?
我正在尝试在Linux上安装gcc和g++ 4.9.2。我是Linux的新手,我看过一些如何安装的指南,但每次我都会遇到另一个问题。我的机器上现在没有叫gcc的人。我的Linux版本是: Red Hat Enterprise Linux Server release 7.4 (Maipo)可以有人帮助我,从头到尾给我指示如何正确做到这一点吗?非常感谢。
我正在设法在Hortonworks HDP上安装g++。
[root@sandbox-hdp Lesson-5.2_pipes]# uname -a
Linux sandbox-hdp.hortonworks.com 4.19.5-1.el7.elrepo.x86_64 #1 SMP Tue Nov 27 12:40:57 EST 2018 x86_64 x86_64 x86_64 GNU/Linux
总之,百胜不起作用
yum install g++
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror, o
在尝试安装ndl、minqa、RcppEigen、lme4等软件包时,我会得到以下错误:
install.packages("RcppEigen")
Installing package into ‘/home/matias/R/x86_64-pc-linux-gnu-library/3.0’
(as ‘lib’ is unspecified)
probando la URL 'http://cran.at.r-project.org/src/contrib/RcppEigen_0.3.2.0.2.tar.gz'
Content type 'ap
我正在用QT Creator构建第一个应用程序,并来到了我不理解的步骤。 我有Mac,Android Studio是安装的,Android SDK和NDK是使用Studio安装的。$ANDROID_NDK_ROOT的路径是手动设置的。 我的应用程序在Desktop上编译没有问题,但尝试在Android上编译时出现以下错误: /bin/sh: /Users/drob/Library/Android/sdk/ndk-bundle/toolchains/x86-4.9/prebuilt/darwin-x86_64/bin/i686-linux-android-g++: No such file o
几个月前,我在我的系统上构建并安装了gcc 4.8.2。今天我用它编译了一个使用C++11线程库的程序,当我运行它时,它抱怨说找不到正确版本的libstdc++。因此,我回到了gcc 4.8.2源码树,并手动将libstdc++-6.0.18复制到适当的位置。在那之后,程序运行正常。
莫名其妙的是,在我安装gcc的时候,它并没有自动安装。有没有办法在不手动复制文件的情况下安装它?
Edit in response to comments:错误消息:
./a.out: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.1