当前位置:  技术问答>linux和unix

Compiler error reporting is too harsh for ./configure (perhaps remove -Werror)

    来源: 互联网  发布时间:2017-05-27

    本文导语:  Compiler error reporting is too harsh for ./configure (perhaps remove -Werror) 编译的时候出现这个错误,请问要如何移除 GCC的 -Wall 功能?这个功能是将警告当作错误处理。 | this is usually what it doe...

Compiler error reporting is too harsh for ./configure (perhaps remove -Werror)
编译的时候出现这个错误,请问要如何移除 GCC的 -Wall 功能?这个功能是将警告当作错误处理。

|
this is usually what it does


if try $CC -c $CFLAGS $test.c; then
  :
else
  echo "Compiler error reporting is too harsh for $0 (perhaps remove -Werror)." | tee -a configure.log
  leave 1
fi


u can tell it tries to do a simple compilation against a testing c file. You will need to figure out what exactly CFLAGS contains,  removing -Werror is just a hint, a possibility. What it does is that it treats all warning as error, which is definitely harsh for any environment...

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • java命名空间java.lang类compiler的类成员方法: enable定义及介绍
  • js文件压缩工具 Closure Compiler
  • java命名空间java.lang类compiler的类成员方法: disable定义及介绍
  • 如何安装linux下的compiler?
  • java命名空间java.lang类compiler的类成员方法: command定义及介绍
  • intel fortran compiler 10.0.023 ia32 for linux
  • java命名空间java.lang类compiler的类成员方法: compileclass定义及介绍
  • LESS CSS Compiler
  • java命名空间java.lang类compiler的类成员方法: compileclasses定义及介绍
  • Jar Compiler
  • error: C compiler cannot create executables
  • C++ Resources Compiler
  • Rake Compiler
  • Tiny C Compiler
  • Intel C++ Compiler
  • CoffeeScript-Compiler-for-Windows
  • 有那个windows 下的c++ compiler带有性能分析的工具?就是像gnu 的gprof那样的工具.
  • Linux ES4 上面安装apache2.0.55 出现 C compiler cannot create executales 错误
  • arm-unknown-linux-gnu-gcc與arm-linux 的compiler有不同嗎
  • BONES Compiler
  • 谁有GNU Compiler Collection Internals For gcc version 4.2.*?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3