LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Tim Prince (tprince_at_[hidden])
Date: 2005-11-30 21:13:34


Tony Ladd wrote:
> 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
>
> Enclosed is the config.log

_________________________________
According to your log, the test for bool support is failing to find a
libstdc++ .so
library. This problem has been mentioned before; I don't know why lam
complains
about "libstdc++_shared," does that mean that you don't have
LD_LIBRARY_PATH set
correctly? Make sure that g++ and icpc can find libstdc++.so before
attempting
configure. AFAIK, icpc 9.x uses the same paths as the g++ which is
currently active.
Tim Prince

>