xmmintrin.h cannot be compiled #3596
Replies: 3 comments 5 replies
-
We look for a useful header, with We're actually happy enough to find it present or absent (if we don't find a usable fenv.h or xmmintrin.h then our FPE-behavior-altering options don't work, though you can still run libMesh code with whatever the default system behavior is) ... but the default autoconf behavior is to scream warnings at you (and to append the URL we specified for generic warnings) if it finds an inconsistent header - something that works in a preprocessor test but not in a compiler test. Which actually is pretty weird, and I'd be curious about what your config.log said. But as far as functionality is concerned, as long as fenv.h was found then FPE can still be turned on and off at runtime. |
Beta Was this translation helpful? Give feedback.
-
If you look at the lines preceding these warnings in your config.log file, it may actually tell you what the compiler error was that led to this warning. You didn't mention if the resulting build worked for you or not, but presumably you did not run into any other issues? |
Beta Was this translation helpful? Give feedback.
-
Thank you for the replies.
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to reinstall libMesh with the latest MOOSE submodule.
During configuration, I see the following message, which tells me to report it to here:
Could you tell me what this is about?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions