Jeff
I tested 7.01b3 with %./configure --prefix=/mydir/ --with-fc=f90
The installation was success, but f90 and f77 compiler still does not work.
Would you please give me some comments?
Wei
Here is the massage:
(1) For f77
-----------------
mpif77 fring.f -o fring
Error: bad option: -mthreads
mpif77: No such file or directory
------------------
(2) For f90
--------
mpif77 fring.f -o fring
cf90-78 f90fe: ERROR in command line
-m option has an illegal argument "threads".
f90fe-912: 1 Errors found in command line. Compilation aborted.
mpif77: No such file or directory
---------
(3) Part of config.log
---------
configure:16145: checking if F77 compiler and POSIX threads work with -mt
configure:16205: gcc -O3 -pthread -I. -c conftest.c
configure:16212: $? = 0
configure:16222: f90 -O -mt conftestf.f conftest.o -o conftest
cf90-78 f90fe: ERROR in command line
-m option has an illegal argument "t".
f90fe-912: 1 Errors found in command line. Compilation aborted.
----------------------
|