电水壶什么牌子的好好 选购电水壶的注意事项

GCC编译器升级./configure报错“configure: error: Unable to find a usable ISL.”解 ...
(window.slotbydup=window.slotbydup || []).push({
id: '2611110',
container: s,
size: '240,200',
display: 'inlay-fix'
您当前位置: &
[ 所属分类
| 时间 2015 |
作者 红领巾 ]
GCC编译器升级时,./configure报错“ configure: error: Unable to find a usable ISL. See config.log for details.
配置好isl后,再报错“configure: error: Unable to find a usable
. See config.log for details.”
:/home/gcc-4.9.3 # ./configure –prefix=/usr –mandir=/usr/share/man –infodir=/usr/share/info –with-bugurl=/bugzilla –enable-bootstrap –enable-shared –enable-threads=posix –enable-checking=release –enable-multilib –with-system-zlib –enable-__cxa_atexit –disable-libunwind-exceptions –enable-gnu-unique-object –enable-linker-build-id –with-linker-hash-style=gnu –enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto –enable-plugin –enable-initfini-array –disable-libgcj –with-isl=/builddir/build/BUILD/gcc-4.9.2-/obj-aarch64-redhat-linux/isl-install –with-cloog=/builddir/build/BUILD/gcc-4.9.2-/obj-aarch64-redhat-linux/cloog-install –enable-gnu-indirect-function –build=aarch64-redhat-linux –with-isl=/home/Packages/isl-0.14/
configure: loading site script /usr/share/site/aarch64-unknown-linux-gnu
checking build system type… aarch64-redhat-linux-gnu
checking host system type… aarch64-redhat-linux-gnu
checking target system type… aarch64-redhat-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln works… yes
checking whether ln -s works… yes
checking for a sed that does not truncate output… /usr/bin/sed
checking for gawk… gawk
checking for libatomic support… yes
checking for libcilkrts support… no
checking for libitm support… yes
checking for libsanitizer support… no
checking for libvtv support… no
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking for g++… g++
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking whether g++ accepts -static-libstdc++ -static-libgcc… no
checking for gnatbind… no
checking for gnatmake… no
checking whether compiler driver understands Ada… no
checking how to compare bootstrapped objects… cmp –ignore-initial=16 $$f1 $$f2
checking for objdir… .libs
checking for the correct version of gmp.h… yes
checking for the correct version of mpfr.h… yes
checking for the correct version of mpc.h… yes
checking for the correct version of the gmp/mpfr/mpc libraries… yes
checking for version 0.10 of ISL… no
checking for version 0.11 of ISL… no
checking for version 0.12 of ISL… no
checking for version 0.14 of ISL… no
configure: error: Unable to find a usable ISL. See config.log for details.
linux:/home/gcc-4.8.5 # ./configure –prefix=/usr –mandir=/usr/share/man –infodir=/usr/share/info –with-bugurl=/bugzilla –enable-bootstrap –enable-shared –enable-threads=posix –enable-checking=release –enable-multilib –with-system-zlib –enable-__cxa_atexit –disable-libunwind-exceptions –enable-gnu-unique-object –enable-linker-build-id –with-linker-hash-style=gnu –enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto –enable-plugin –enable-initfini-array –disable-libgcj –with-isl=/builddir/build/BUILD/gcc-4.9.2-/obj-aarch64-redhat-linux/isl-install –with-cloog=/builddir/build/BUILD/gcc-4.9.2-/obj-aarch64-redhat-linux/cloog-install –enable-gnu-indirect-function –build=aarch64-redhat-linux –with-isl-include=/usr/local/include/isl/ –with-isl-lib=/usr/local/lib/
configure: loading site script /usr/share/site/aarch64-unknown-linux-gnu
checking build system type… aarch64-redhat-linux-gnu
checking host system type… aarch64-redhat-linux-gnu
checking target system type… aarch64-redhat-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln works… yes
checking whether ln -s works… yes
checking for a sed that does not truncate output… /usr/bin/sed
checking for gawk… gawk
checking for libatomic support… no
checking for libitm support… no
checking for libsanitizer support… no
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking for g++… g++
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking whether g++ accepts -static-libstdc++ -static-libgcc… no
checking for gnatbind… no
checking for gnatmake… no
checking whether compiler driver understands Ada… no
checking how to compare bootstrapped objects… cmp –ignore-initial=16 $$f1 $$f2
checking for objdir… .libs
checking for the correct version of gmp.h… yes
checking for the correct version of mpfr.h… yes
checking for the correct version of mpc.h… yes
checking for the correct version of the gmp/mpfr/mpc libraries… yes
checking for version 0.10 of ISL… no
checking for version 0.11 of ISL… no
checking for version 0.12 of ISL… no
checking for version 0.14 of ISL… yes
checking for version 0.17.0 of CLooG… no
checking for version 0.18.0 of CLooG… no
configure: error: Unable to find a usable CLooG. See config.log for details.
解决办法:
(1)下载isl和cloog,编译安装。
下载链接:ftp://gcc.gnu.org/pub/gcc/infrastructure/
(2)GCC ./configure配置时,加上–with-isl-include=/usr/local/include/isl/ –with-isl-lib=/usr/local/lib/
–with-cloog-include=/usr/local/include/cloog/ –with-cloog-lib=/usr/local/lib/
再添加–with-cloog-include=/usr/local/include/cloog/ –with-cloog-lib=/usr/local/lib/后再报错找不到isl,可再重新安装isl和再执行gcc 配置。
./configure –prefix=/usr –mandir=/usr/share/man –infodir=/usr/share/info –with-bugurl=/bugzilla –enable-bootstrap –enable-shared –enable-threads=posix –enable-checking=release –enable-multilib –with-system-zlib –enable-__cxa_atexit –disable-libunwind-exceptions –enable-gnu-unique-object –enable-linker-build-id –with-linker-hash-style=gnu –enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto –enable-plugin –enable-initfini-array –disable-libgcj –with-isl=/builddir/build/BUILD/gcc-4.9.2-/obj-aarch64-redhat-linux/isl-install –with-cloog=/builddir/build/BUILD/gcc-4.9.2-/obj-aarch64-redhat-linux/cloog-install –enable-gnu-indirect-function –build=aarch64-redhat-linux
–with-isl-include=/usr/local/include/isl/ –with-isl-lib=/usr/local/lib/ -with-cloog-include=/usr/local/include/cloog/ –with-cloog-lib=/usr/local/lib/
本文系统(linux)相关术语:linux系统 鸟哥的linux私房菜 linux命令大全 linux操作系统
转载请注明本文标题:本站链接:
分享请点击:
1.凡CodeSecTeam转载的文章,均出自其它媒体或其他官网介绍,目的在于传递更多的信息,并不代表本站赞同其观点和其真实性负责;
2.转载的文章仅代表原创作者观点,与本站无关。其原创性以及文中陈述文字和内容未经本站证实,本站对该文以及其中全部或者部分内容、文字的真实性、完整性、及时性,不作出任何保证或承若;
3.如本站转载稿涉及版权等问题,请作者及时联系本站,我们会及时处理。
登录后可拥有收藏文章、关注作者等权限...
CodeSecTeam微信公众号
一切随心意!且行且珍惜!
手机客户端为什么go build 时报gcc找不到的错误_ IT技术精华
聚合国内IT技术精华文章,分享IT技术精华,帮助IT从业人士成长
>> 技术文章 >> 正文
为什么go build 时报gcc找不到的错误
浏览: 12272 次
写了好几天的Go程序,都没有感觉到还会用到gcc,今天突然在go build 时报如下错误:
exec: “gcc”: executable file not found in %PATH%
今天想了解一下Go语言中如果做字符集转换,发现基础类库中没有这部分,但是有几个第三方的可以使用,比如:
; 这个是将C版的iconv用Go包了一下,说到这里就水落石出了,因为我引用的iconv-go是C的一个
注意: Go 可以编译出来不同平台架构下的程序,但是如果使用的C的类库是32位的,但是却试图编译成64位的程序,将会遇到如下错误:
sorry, unimplemented: 64-bit mode not compiled in
当然,有完全Go版的字符集转换类库:
appeared first on .
本页关键字mspgccgo_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
上传于|0|0|文档简介
&&TI Msp430 gcc
阅读已结束,如果下载本文需要使用0下载券
想免费下载更多文档?
定制HR最喜欢的简历
下载文档到电脑,查找使用更方便
还剩2页未读,继续阅读
定制HR最喜欢的简历
你可能喜欢

我要回帖

更多关于 电水壶什么牌子好 的文章

 

随机推荐