LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Jeff Squyres (jsquyres_at_[hidden])
Date: 2005-11-21 15:52:36


It looks like your C++ compiler is not installed properly.

See if you can compile/run simple C++ applications that use the STL
(and have nothing to do with MPI). For example:

------
#include <iostream>
using namespace std;
int main(int argc, char* argv[]) {
   cout << "Hello, world!" << endl;
   return 0;
}
-----

Once you can compile/link/run this sample program, LAM should compile
and install properly.

On Nov 21, 2005, at 3:17 PM, zayar win wrote:

> Dear members,
>         I have installation problem with lam-7.1.1. Tell me pls, How
> do i fix this problem.
> Thank You,
> zayarwin
>
> Yahoo! FareChase - Search multiple travel sites in one click.
> <lam-output.tar.gz>_______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/

-- 
{+} Jeff Squyres
{+} The Open MPI Project
{+} http://www.open-mpi.org/