Re: [OMPI users] libtool:line1128 gfortran command not found

2013-07-25 Thread meng
My problem is solved. As my program does not use fortran, by running 'configure --disable-mpi-f77 --disable-mpi-f90', I solved make problem. and then set environment as in http://hi.baidu.com/yoghurt117/item/bc666233a7e8af302e0f81c0. i succeed in installing openmpi. At 2013-07-26 00:06:55,"

Re: [OMPI users] libtool:line1128 gfortran command not found

2013-07-25 Thread Jeff Squyres (jsquyres)
A guess: you probably need to export your PATH variable in your .bashrc, not just set it. On Jul 25, 2013, at 11:24 AM, meng wrote: > Dear Ralph, > Thank you for the reply. I have added the path to gcc to .bashrc at > $HOME directory and gfortran can run anywhere. > But I did not k

Re: [OMPI users] libtool:line1128 gfortran command not found

2013-07-25 Thread meng
Dear Ralph, Thank you for the reply. I have added the path to gcc to .bashrc at $HOME directory and gfortran can run anywhere. But I did not know what environment has PATH=/usr/bin:/bin. Maybe this is far from the correct way. Regards, meng At 2013-07-25 21:58:16,"Ralph Casta

Re: [OMPI users] libtool:line1128 gfortran command not found

2013-07-25 Thread Ralph Castain
you need to add the path to your gcc to your $PATH environment, and then re-run configure On Jul 25, 2013, at 5:36 AM, meng wrote: > Hi all, > I am trying to install openmpi and come upone many problems. One is about > the Fortran 77 compiler in configure stage, I solved it by editing .bas

[OMPI users] libtool:line1128 gfortran command not found

2013-07-25 Thread meng
Hi all, I am trying to install openmpi and come upone many problems. One is about the Fortran 77 compiler in configure stage, I solved it by editing .bashrc, changing from $GCCHOME/lib to $GCCHOME/lib64. Of course your os should be 64-bits. After configure, when running make all install, t