McCalla, Mac wrote:
> Hi, try g++ instead of gcc for the name of the compiler. Also, I would suggest checking into OPENmpi, as it is the "designated successor" to LAM.
> HTH
>
> Mac Mccalla
>
> ----- Original Message -----
> From: lam-bounces_at_[hidden] <lam-bounces_at_[hidden]>
> To: lam_at_[hidden] <lam_at_[hidden]>
> Sent: Tue Sep 18 12:43:58 2007
> Subject: LAM: Newbie Qu: OS X 10.4.10: Your C++ compiler does not supportthe bool data type ?
>
> Please excuse the doubtless elementary question, but the configure
> step failed with
> "Your C++ compiler does not support the bool data type", with CC=cc
> (or gcc) CXX=cc (or gcc) and FC=g77
>
That's CXX=g++
You must specify how to compile (and link) both C and C++ as well as
Fortran.
|