<div dir="auto">Awesome, thanks! </div><br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 29, 2018, 2:10 PM Haas, Roland &lt;<a href="mailto:rhaas@illinois.edu">rhaas@illinois.edu</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Chris,<br>
<br>
&gt; Roland pointed out that I may be using an incorrect flag to include the<br>
&gt; c++11 standards so I&#39;ll review that as well. I also attached my config file<br>
&gt; in case that helps.<br>
You should be able to make it work by adding the option I provided to<br>
CXXFLAGS:<br>
<br>
CXXFLAGS = -std=c++11<br>
<br>
though you will probably have to add something like:<br>
<br>
CFLAGS = -D_GNU_SOURCE<br>
CXXFLAGS = -D_GNU_SOURCE -std=c++11<br>
<br>
b/c some of the features that Cactus needs go beyond the strict<br>
standard and are part of POSIX (2008 I think), and _GNU_SOURCE just<br>
gives you all of it (for glibc / libstdc++).<br>
<br>
I believe the configure script will tell you exactly what is needed if<br>
you run without -D_GNU_SOURCE once.<br>
<br>
Yours,<br>
Roland<br>
<br>
-- <br>
My email is as private as my paper mail. I therefore support encrypting<br>
and signing email messages. Get my PGP key from <a href="http://pgp.mit.edu" rel="noreferrer noreferrer" target="_blank">http://pgp.mit.edu</a> .<br>
</blockquote></div>