Re: [OMPI users] Build failure on scientific linux 5.4

2014-05-15 Thread Jack Stalnaker
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

Re: [OMPI users] Build failure on scientific linux 5.4

2014-05-14 Thread Ralph Castain
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

[OMPI users] Build failure on scientific linux 5.4

2014-05-14 Thread Jack Stalnaker
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