[ET Trac] [Einstein Toolkit] #1122: build problems on Ubuntu with gcc 4.6
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Mon Oct 15 12:17:59 CDT 2012
#1122: build problems on Ubuntu with gcc 4.6
---------------------+------------------------------------------------------
Reporter: rhaas | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Component: Cactus | Version:
Resolution: | Keywords:
---------------------+------------------------------------------------------
Comment (by sbrandt):
My compiler is gnu 4.7.2 on Fedora 17 and it shows the problem. The idiom
{{{
using namespace std;
isnan(x);
}}}
is not handled correctly on my platform. Alas.
However, this error seems tied to the use of -std=c++0x. If I compile with
-std=c++03 everything appears to be fine. Maybe the fix is to remove
std=c++0x from simfactory settings?
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1122#comment:3>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list