[Bug runtime/22572] systemtap 3.2 failed to compile on ARM
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Dec 8 17:23:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=22572
David Smith <dsmith at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
Last reconfirmed| |2017-12-08
CC| |dsmith at redhat dot com
Ever confirmed|0 |1
--- Comment #3 from David Smith <dsmith at redhat dot com> ---
(In reply to Gustavo Moreira from comment #1)
> I've tried to compile every single release version from SystemTap 1.7 to
> 3.2.
> From 1.7 to 2.9 it compiles ok. The issue seems to be from 3.0 on
> (basically, 3.0, 3.1 and 3.2).
According to the NEWS file:
====
* What's new in version 3.1, 2017-02-17
- Systemtap now needs C++11 to build.
====
The configure script tries to check for C++11 support, by seeing if your
compiler supports the '-std=c++0x' option. In your config.log file, what is
HAVE_CXX11 set to?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list