gpt4 book ai didi

ubuntu - 在 ubuntu 上构建错误 gcc-5.1.0 :

转载 作者:太空宇宙 更新时间:2023-11-03 16:50:52 24 4
gpt4 key购买 nike

在ubuntu上构建gcc-5.1.0时出现如下错误:

checking for int64_t underlying type... long long
configure: error: error verifying int64_t uses long long

配置是:

CONFIGURE = ../../gcc-5.1.0/configure

OPT = --program-suffix=-5.1.0 \ --prefix=/opt/gcc-5.1.0 \ --with-local-prefix=/opt/gcc-5.1.0 \ --enable-languages=c,c++ \ --enable-threads=posix \ --enable-__cxa_atexit \ --enable-c99 \ --enable-long-long \ --disable-shared \ --disable-multilib \

all: $(CONFIGURE) $(OPT)

谁能解释一下如何修复它?

最佳答案

用谷歌搜索错误信息 this bug作为第一个结果,推测错误消息是由尝试在没有 C++ 编译器的情况下构建 gcc 引起的。

要解决此问题,请先安装 C++ 编译器。在 Ubuntu 上你可以试试 G++:

sudo apt-get install g++

关于ubuntu - 在 ubuntu 上构建错误 gcc-5.1.0 :,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31392050/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com