正如标题中所说的,我刚刚升级到Ubuntu,18.04,它附带了g++ 7.3.0。从那时起,我得到了以下编译器错误消息:
In file included from /usr/include/c++/7/ext/string_conversions.h:41:0,
from /usr/include/c++/7/bits/basic_string.h:6349,
from /usr/include/c++/7/string:52,
from /home/rene/projects/Celma
我已经在Ubuntu-14.0.0中安装了枕头,没有任何虚拟any。但是,当我试图再次在虚拟环境中安装它时,它会失败,并出现以下错误。
Reading https://pypi.python.org/simple/Pillow/
Best match: Pillow 3.0.0
Downloading https://pypi.python.org/packages/source/P/Pillow/Pillow-
i686-linux-gnu-gcc: error: build/temp.linux-i686-2.7/_imaging.o: No such f
我的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程序,而不
我试图在Ubuntu上安装gcc-4.7-multilib-arm-linux-gnueabihf,但得到了以下错误:
Reading package lists… Done Building dependency tree Reading state
information… Done E: Unable to locate package
gcc-4.7-multilib-arm-linux-gnueabihf E: Couldn’t find any package by
glob ‘gcc-4.7-multilib-arm-linux-gnueabihf’ E: Couldn’t fi
我按照和的指示构建了一个工具链,它可以在Windows上工作,并为Linux和不同的硬件平台编译应用程序。首先,我尝试为i686-linux创建交叉编译器,以便在通用的Debian8系统上进行测试。
Binutils和GCC编译得很好,但我被Glibc卡住了。它告诉我:
*** The GNU C library is currently not available for this platform.
我看到Sysprogs工具链正在使用Newlib而不是Glibc,但我没有找到任何解释,除了Newlib是嵌入式设备的一个很好的选择。
这是否意味着Newlib实际上是Windows ->
在使用GCC编译大部分内容时,我会得到以下错误:
/..//bin/ld: cannot find crtbeginS.o: No such file or directory
/usr/local/lib/gcc/x86_64-unknown-linux-gnu/6.0.0/crtbeginS.o (安装自GCC中继器,6.0.0-主干)
我将该目录添加到ldconfig并运行ldconfig,但它没有选择任何其他目录。(我想是因为它是.o而不是.so)
作为临时修复,我尝试创建到/usr/local/ fix 64/ making S.o的符号链接,但这也会导致相同的错误。
我能做些什么,
我在通过cygwin在windows上编译pjsip遇到了麻烦。我尝试使用安卓品牌的pjsip form 和android NDK r8c for windows。
这是我尝试配置pjsip时的输出。
$ ./configure-android
configure-android: APP_PLATFORM not specified, using android-14
configure-android: TARGET_ABI not specified, using armeabi
configure-android: calling ./configure with env vars: