This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/22572] systemtap 3.2 failed to compile on ARM
- From: "dsmith at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Fri, 08 Dec 2017 17:23:29 +0000
- Subject: [Bug runtime/22572] systemtap 3.2 failed to compile on ARM
- Auto-submitted: auto-generated
- References: <bug-22572-6586@http.sourceware.org/bugzilla/>
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.