issue properly - you're setting CXX to gcc; it needs
> to be g++.
> >
> > If configure fails with g++, then you have a busted C++ compiler (that's
> a guess; I haven't seen the output from failed configure when uu specify
> CXX=g++). You can disable OMPI
Thanks,
> Reem
>
>
>
> On 13 June 2013 22:13, Gus Correa wrote:
>
>> Hi all
>>
>>
>> On 06/13/2013 05:02 PM, Jeff Squyres (jsquyres) wrote:
>>
>>> It looks like you might have a busted C++ compiler.
>>>
>>>
>> Why no
Hi Lorenzo,
I think you should export the following before doing configuration step:
$ export F77=gfortran
$ export FFLAGS='-m64'
$ export FC=gfortran
$ export FCFLAGS='-m64'
Also include --enable-gfortran in the configure step line.
Yours,
Reem
On 19 June 2013 21:11, Lorenzo DonĂ wr
> Why not use CXX=g++?
> Would this be the problem?
>
> >> $ export CXX=gcc
>
> Gus Correa
>
>
>
> Can you compile any non-MPI C++ programs that use the STL?
>>
>>
>> On Jun 12, 2013, at 6:58 AM, Reem Alraddadi wrote:
>>
>> Dear a
Dear all,
I am trying to build openmpi-1.6.1 on Mac os x version 10.7.5. The
configuration process goes without any error. However, when I did "make
all" I got an error:
std::allocator > >*) constin
Stats.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[9