Re: [OMPI users] OpenMPI 1.4 RPM Spec file problem

2009-12-11 Thread Jeff Squyres
On Dec 9, 2009, at 4:47 PM, Jim Kusznir wrote: > One (on gcc only): the D_FORTIFY_SOURCE build failure. I've had to > move the if test "$using_gcc" = 0; then line down to after the > RPM_OPT_FLAGS= that includes D_FORTIFY_SOURCE; otherwise the compile > blows up. Hmm. Can you explain why /

Re: [OMPI users] OpenMPI 1.4 RPM Spec file problem

2009-12-09 Thread Jim Kusznir
By the way, if I set build_all_in_one_rpm to 1, it works fine... --Jim On Wed, Dec 9, 2009 at 1:47 PM, Jim Kusznir wrote: > Hi all: > > I'm trying to build openmpi-1.4 rpms using my normal (complex) rpm > build commands, but its failing.  I'm running into two errors: > > One

[OMPI users] OpenMPI 1.4 RPM Spec file problem

2009-12-09 Thread Jim Kusznir
Hi all: I'm trying to build openmpi-1.4 rpms using my normal (complex) rpm build commands, but its failing. I'm running into two errors: One (on gcc only): the D_FORTIFY_SOURCE build failure. I've had to move the if test "$using_gcc" = 0; then line down to after the RPM_OPT_FLAGS= that