On Mon, Aug 24, 2015 at 09:47:22PM +0000, Jeff Squyres (jsquyres) wrote:
> Who runs the esslingen MTT?
> 
> You're getting some build failures on master that I don't understand:
> 
> -----
> make[3]: Entering directory
> '/home/adrian/mtt-scratch/mpi-install/FDvh/src/openmpi-dev-2350-geb25c00/ompi/mpi/fortran/mpif-h/profile'
>   GENERATE psizeof_f.f90
>   FC       psizeof_f.lo
> Usage: 
> /home/adrian/mtt-scratch/mpi-install/FDvh/src/openmpi-dev-2350-geb25c00/libtool
>  [OPTION]...
> [MODE-ARG]...
> Try 'libtool --help' for more information.
> Makefile:2609: recipe for target 'psizeof_f.lo' failed
> -----
> 
> Can you do a "make V=1" so that I can see what exactly is going wrong?

make[3]: Entering directory 
'/home/adrian/ompi/build/ompi/mpi/fortran/mpif-h/profile'
/bin/sh ../../../../../libtool  --tag=FC   --mode=compile    -c -o psizeof_f.lo 
 psizeof_f.f90
libtool: compile: unrecognized option `-c'
libtool: compile: Try `libtool --help' for more information.
Makefile:2598: recipe for target 'psizeof_f.lo' failed
make[3]: *** [psizeof_f.lo] Error 1

The system has no fortran compiler installed and after a

 yum install gcc-gfortran.ppc64

it builds again. So it seems a fortran compiler is now required.

                Adrian

Reply via email to