I'm trying to configure mpich library for Fortran only. When I use:
./configure -prefix=/home/jordi/Project/mpich-3.1.3/lib --disable-cxx --disable-gcc
I obtain this error:
configure: error: **** Incompatible Fortran and C Object File Types! **** F77 Object File Type produced by " " is : : ERROR: cannot open `' (No such file or directory). C Object File Type produced by "gcc -O2" is : : ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped.
I don't undestand it. I'm shock that No such file, what file want? I try to use CFLAGS=-m64 CXXFLAGS=-m64, if that's a problem with 64 bits but it doesn't work.
Can you help me? Thanks for your time