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
>
|