Pranav Aggarwal wrote:
> HI,
>
> I am trying to install lam 7.2.1 to be used as a single processor system on Redhat Linux 9 machine and was facing installation problem.
>
> I have done following steps:
>
> AT Shell
> 1) tar -xvf lam-7.2.1.tar
> (some output)
>
> 2) cd lam-7.2.1
>
> 3) CC=cc
> 4) CXX=CC
> 5) FC=f77
>
> 6) ./configure --prefix=/home/parallel/lam_install
> (some output and then error : cannot find mpi.h)
>
>
> i dont know how to debug this one... and further 'make', 'make install' and other commands were also not working....
>
>
> I would appreciate if someone could tell me what I should do..
First read the instructions about data required when asking for help. Then look at your config.log, same as anyone else would have to do, to see what clues are there.
Can't tell from your description, but a common problem in RH9 installations is that people don't install the dynamic pthreads support, which came in a separate patch. No idea why people continue to use RH9.
You did check the consequences of setting CXX=cc ?
Tim Prince
|