On Wed, May 29, 2013 at 8:20 PM, Wim R. Cardoen <wcardoen@gmail.com> wrote:
Hello,
I tried to compile the latest stable version of numpy version 1.7.1 on RHEL5 using gfortran version 4.1.2
Very soon I got the following error (see below)
Suggestions to resolve this issue are fully appreciated.
It looks like there's a failure to determine the version number of your gfortran. Maybe putting the failing like in a try/except and assigning 0 or 1 to `status` is a workaround. To fix the issue the gnu_version_match method in distutils/fcompiler/gnu.py may have to be improved; tests are in distutils/tests/test_fcompiler_gnu.py