LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Ricky Tang (shtang_at_[hidden])
Date: 2004-04-14 06:06:37


Hello,

I am compiling LAM with PGI 4.1 compilers. Configure said the pgCC compiler
do not support bool type and refuse to go on. I don't care about to use
mpiCC anyway so I would like to disable C++. I check the configure help and
do it by option "--without-mpi2cpp" and unset CXX environment. Then
configure smartly find that I have g++ compiler. It use g++ to do some
linking when making laminfo. Of course it is bad and there is some
undefined reference error.

So I would like to know if there is some ways to disable to use any CXX
compilers altogether?

Thank you.

Ricky Tang.