source /etc/profile(使配置生效) 测试erlang,命令行输入下面命令:erl ps:安装过程中我出现了这样的问题,checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details.
checking for c compiler default output...:系统正在检查C编译器的默认输出文件名。 configure: error: c compiler cannot create executables:配置脚本报告了一个错误,表明C编译器无法创建可执行文件。 查找相关的问题解决策略和步骤: 首先,确认系统中是否已安装C编译器。常见的C编译器是gcc。 如果gcc未安装,需要...
checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details. 打开config.log查看明细: 网上找了下,说是没有安装cpp,libc5-devel,而在redhat中指的是glibc,glibc-devel,cpp,查看是否安装,: 果然没有,然后安装: 再次编译,发现...
sudo apt-get install libc6-dev 执行这个就可以了
checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details. 打开config.log查看明细: 网上找了下,说是没有安装cpp,libc5-devel,而在redhat中指的是glibc,glibc-devel,cpp,查看是否安装,: ...
checking for C++ compiler default output file name, checkingforC++compilerdefaultoutputfilename...configure:error:C++compilercannotcreateexecutablesSee`config.log'formoredetails.解决方法:yuminstallgccgcc-c++
checking for C compiler default output file name...configure:error:C compiler cannot create executablesSee `config.log' for more details. 相关知识点: 试题来源: 解析 1.maybe it's because you dont have the write permission of the folder.2.you dont have the libiconv or packaged installed,or...
checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... yes checking for suffix of object files... o checking whether the compiler supports GNU C... yes ...
checking for xlC... no checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables See `config.log' for more details. 原因是缺少c++编译器,也可以查看日志得到一些信息,安装c++编译器来解决问题 ...
checking whether the C compiler works...yeschecking for C compiler default output file name...a.outchecking for suffix of executables...checking whether we are cross compiling...nochecking for suffix of object files...ochecking whether we are using the GNU C compiler...yes...