Just noticed this while looking at another thing (math/R):

configure:35621: checking whether we are using the GNU Fortran compiler
configure:35634: gfortran -c   conftest.F >&5
gfortran: error trying to exec 'cc1': execvp: No such file or directory
configure:35634: $? = 1
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
|
|       end
configure:35643: result: no

Strange... cc1 has never been into PATH, it's at
/usr/lib/gcc-lib/amd64-unknown-openbsd5.6/4.2.1/cc1, but gfortran
should know this.

Suggestions?

ciao,
David

Reply via email to