Re: [OMPI users] Problem compiling 1.7.2 on Mac OS 10.8 with gcc 4.8

2013-08-21 Thread Hugo Gagnon
My apologies; I just realized that I was compiling with the LLVM dragonegg 3.4 GCC plugin, which apparently does not support all of GCC yet. Hopefully this will be of some help to someone in the future! -- Hugo Gagnon On Wed, Aug 21, 2013, at 7:07, Bert Wesarg wrote: > Hugo, > > On Tue, Aug

Re: [OMPI users] Problem compiling 1.7.2 on Mac OS 10.8 with gcc 4.8

2013-08-21 Thread Bert Wesarg
Hugo, On Tue, Aug 20, 2013 at 6:09 PM, Hugo Gagnon wrote: > Hi, > > I'm encountering this error during "make all": > > Undefined symbols for architecture x86_64: > "___atomic_fetch_add_4", referenced from: > std::locale::locale(std::locale const&, > SpaceSeparator*) in otfprofile-cr

[OMPI users] Problem compiling 1.7.2 on Mac OS 10.8 with gcc 4.8

2013-08-20 Thread Hugo Gagnon
Hi, I'm encountering this error during "make all": Undefined symbols for architecture x86_64: "___atomic_fetch_add_4", referenced from: std::locale::locale(std::locale const&, SpaceSeparator*) in otfprofile-create_latex.o See attached for the complete output. Thanks, -- Hugo Ga