lrewega/stressapptest

cclplus:unrecognized option 'Wno-psabi' when trying to make

GoogleCodeExporter opened this issue · 5 comments

What steps will reproduce the problem?
1.first do ./configure, sucessfully done
2.then I try to make, got this error
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
the version I used is stressapptest-1.0.3-autoconf, the OS is Redhat9.0

Please provide any additional information below.


Original issue reported on code.google.com by jia__q...@163.com on 29 Mar 2011 at 5:33

not yet




At 2011-06-16 12:20:44��stressapptest@googlecode.com wrote:

Original comment by jia__q...@163.com on 16 Jun 2011 at 5:33

This can be worked around by removing -Wno-psabi from the CXXFLAGS line in 
"configure" that has it.  Apparently this command is to suppress certain 
compiler warnings, but some older version don't support it.

Original comment by foon...@gmail.com on 24 Jun 2011 at 2:47

I have the same issue ... any resolution?

Original comment by eta...@gmail.com on 16 Jun 2011 at 4:19

FYI removed -Wno-psabi from all configs so --disable-default-optimizations is 
no longer required in this case.

Original comment by nsanders@google.com on 11 Apr 2014 at 11:32

--disable-default-optimizations is provided as a configure flag to fully 
override CXXFLAGS or others.

Original comment by nick.j.s...@gmail.com on 11 Feb 2014 at 9:20

  • Changed state: Fixed