linux如何查看安装过程中是否有报错
比如我在执行./configure时执行过程很长,有时候会是几个屏幕,如何查看在该执行过程中是否有error或者warning...
比如我在执行./configure时执行过程很长,有时候会是几个屏幕,如何查看在该执行过程中是否有error或者warning
展开
展开全部
有错会退出,会在当前目录下生成 config.log ,vim 可直接查看.
附:
[root@s02 csft-3.1]# ./configure
checking build environment
--------------------------
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages
checking for compiler programs
------------------------------
checking whether to compile debug version... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details. #这里会有提示的
[root@02 csft-3.1]#
附:
[root@s02 csft-3.1]# ./configure
checking build environment
--------------------------
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages
checking for compiler programs
------------------------------
checking whether to compile debug version... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details. #这里会有提示的
[root@02 csft-3.1]#
金山毒霸
2024-10-31 广告
2024-10-31 广告
大部分系统错误,是因为某些DLL文件丢失造成的,比如未安装DirectX9或DirectX 9.0组件已损坏、缺少Visual C ++库、未安装.net库。解决方法如下:一、 手动解决方法1、先确定电脑操作系统是多少位的,现在的电脑一般都...
点击进入详情页
本回答由金山毒霸提供
展开全部
第一会产生错误日志。
第二有问题,会直接退出,当前就可以看到错误信息。
第三会有错误提示。
也可以重定向到指定文件后,再查看。
第二有问题,会直接退出,当前就可以看到错误信息。
第三会有错误提示。
也可以重定向到指定文件后,再查看。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
一般有错的话会有错误提示的,会产生错误日志,或者会直接退出,当前就可以看到错误信息。当然也可以重定向到指定文件后,再查看。查看命令可查询“Linux命令大全”。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可以所有的输出内容重定向到日志里保存,查看. ./configure > configure.log 2>&1
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-05-15
展开全部
有错会退出的.
一般configure过程会生成一个日志文件,可以 检查这个日志文件.
一般configure过程会生成一个日志文件,可以 检查这个日志文件.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |