LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: McCalla, Mac (macmccalla_at_[hidden])
Date: 2009-09-24 12:23:01


Hi,
 
There is not a C++ compiler in your PATH. This would seem to indicate
that g++ was not installed on your system for some reason, as it would
normally be in the same directory as gcc, which was found.
 
On another note, if you are just getting started with MPI, I heartily
suggest you try Open-MPI (www.open-mpi.org) instead. LAM is in
maintenance mode now and Open-MPI is the successor implementation.
 
Regards,
 
Mac McCalla
Houston

________________________________

From: lam-bounces_at_[hidden] [mailto:lam-bounces_at_[hidden]] On Behalf
Of averageduck
Sent: Thursday, September 24, 2009 10:22 AM
To: lam_at_[hidden]
Subject: LAM: Lam Comiling Error

Hey,

I'm trying to figure out why I'm getting these errors

*** C++ Compiler and preprocessor
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
checking if want C++ exception handling... no
checking whether g++ has new(std::nothrow)... no
checking for C++ template repository directory... templates not
supported?
not used
checking for C++ compiler template parameters... none needed
checking for type bool... no
checking for true/false... no
configure: WARNING: *** Your C++ compiler does not support the bool data
type.
configure: WARNING: *** LAM requires a C++ compiler with support for the
bool
configure: WARNING: *** data type.
configure: error: cannot continue

I've included a copy of config.log .
I took a look at it but I have no expertise in this field, and have no
idea what's going on.

Thanks
- Duck