[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BLAS library incompatible with Fortran 77 compiler settings
From: |
André Braga |
Subject: |
Re: BLAS library incompatible with Fortran 77 compiler settings |
Date: |
Sat, 29 Sep 2012 16:22:06 -0300 |
Guys
This is my first participation in this group. I hope my suggestion is not too lame!
I've been trying to compile octave and its necessary libraries using Intel compilers for C/C++ (icc/icpc) and Fortran (ifort). The point is that through the process I've received the same message about Fortran 77. I solved it for the Intel compilers using some flags. In gfortran, I read that the flag is -ff2c. Maybe you could try this:
# export FFLAGS='-ff2c'
# ./configure
Unfortunately, by reading the configure script I could see that it tries that flag automatically, but it's worth a try.
Greetings!
André
- Re: BLAS library incompatible with Fortran 77 compiler settings, (continued)
- Re: BLAS library incompatible with Fortran 77 compiler settings, babelproofreader, 2012/09/25
- Re: BLAS library incompatible with Fortran 77 compiler settings, Thomas Weber, 2012/09/25
- Re: BLAS library incompatible with Fortran 77 compiler settings, babelproofreader, 2012/09/25
- Re: BLAS library incompatible with Fortran 77 compiler settings, Thomas Weber, 2012/09/26
- Re: BLAS library incompatible with Fortran 77 compiler settings, babelproofreader, 2012/09/26
- Re: BLAS library incompatible with Fortran 77 compiler settings, babelproofreader, 2012/09/27
- Re: BLAS library incompatible with Fortran 77 compiler settings, Thomas Weber, 2012/09/28
- Re: BLAS library incompatible with Fortran 77 compiler settings, Jordi Gutiérrez Hermoso, 2012/09/26
Re: BLAS library incompatible with Fortran 77 compiler settings, Hoeltgen Laurent, 2012/09/25
Re: BLAS library incompatible with Fortran 77 compiler settings,
André Braga <=