This worked, thank you. A simple
CFLAGS="-fgnu89-inline" ./configure
did the trick.
On Wed, May 14, 2014 at 6:18 PM, Ralph Castain wrote:
> Just sniffing around the web, I found that this is a problem caused by
> newer versions of gcc. One reporter stated that they resolved the problem
> by a
Just sniffing around the web, I found that this is a problem caused by newer
versions of gcc. One reporter stated that they resolved the problem by adding
"-fgnu89-inline" to their configuration:
"add the compiler flag "-fgnu89-inline" (because of an issue where old glibc
libraries aren't compa
I am having the same compile time failure mentioned on the devel group here:
http://www.open-mpi.org/community/lists/devel/2014/02/14221.php
In short, the compilation of romio fails with errors about redefinition of
lstat64, I am attaching the requested configuration and make outputs. Can
anyone