Re: [OMPI users] Error during installation

2017-02-14 Thread Jeff Squyres (jsquyres)
+1 on what Gilles said. >From config.log: configure:18397: gcpc --version >&5 ./configure: line 18399: gcpc: command not found configure:18408: $? = 127 That's the failure. Sent from my phone. No type good. On Feb 13, 2017, at 9:23 PM, Gilles Gouaillardet mailto:gil...@rist.or.jp>> wrote:

Re: [OMPI users] Error during installation

2017-02-13 Thread Gilles Gouaillardet
Alessandra, your configure command line is ./configure CC=gcc CXX=gcpc F77=gfortran FC=gfortran --prefix=/usr/local i guess gcpc is a typo and you meant g++ instead. fwiw, the default prefix is /usr/local, so you do not really need '--prefix=/usr/local' Cheers, Gilles On 2/14/2017 12

Re: [OMPI users] Error during installation

2017-02-13 Thread Jeff Squyres (jsquyres)
Can you send all the information listed here: https://www.open-mpi.org/community/help/ > On Feb 13, 2017, at 3:57 AM, Alessandra Bonazzi > wrote: > > Goodmorning, > I'm facing a problem during the installation of Open MPI. > The error appears on terminal at a certain point during the com

[OMPI users] Error during installation

2017-02-13 Thread Alessandra Bonazzi
Goodmorning, I'm facing a problem during the installation of Open MPI. The error appears on terminal at a certain point during the compilation and is the following: *** C++ compiler and preprocessor checking whether we are using the GNU C++ compiler... no checking whether gcpc accepts -g... no c