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@lam-mpi.org]
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