LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Heroux, Michael A (maherou_at_[hidden])
Date: 2007-03-14 15:42:33


Brian,

Here it is. Look at line 1020. I got through the symbols problem by using --with-memory-manager=none, as suggested in the installation guide. Everything appears to be working fine.

Mike

-----Original Message-----
From: Brian Barrett [mailto:brbarret_at_[hidden]]
Sent: Wed 3/14/2007 9:13 AM
To: Heroux, Michael A; General LAM/MPI mailing list
Subject: Re: LAM: LAM 7.1.3 on Mac OS X 10.4 using GCC 4.3.0
 
Mike Heroux wrote:
> It appears that a number of the configure tests use small code fragments
> that start with:
>
> int main(int argc, char * argv) { ...
>
> g++ complains because the argument list is nonstandard. Then configure
> interprets the complaint as a (bogus) problem with the C++ compiler not
> supporting bool.
>
> I looked at the FAQs and mail lists, but did not find any mention of this
> problem. I went through and manually changed the above to:
>
> int main (int argc, char * argv[])
>
> Then everything worked fine. Although the mpicc, mpic++ wrappers have
> issues with multiple definitions of symbols ___cxa_atexit that I am working
> through right now.
>

Interesting. Can you send the config.log generated by configure?

Thanks,

Brian