help-octave
[Top][All Lists]
Advanced

[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é

2012/9/25 babelproofreader <address@hidden>
I'm trying to install Octave-3.6.2 from source on Ubuntu 12.04 with KDE
desktop but when I run the Octave configure script I get this error

/BLAS library was detected but found incompatible with your Fortran 77
compiler settings./

I used ./configure F77=gfortran as was suggested by numerous web searches
and I've ensured that the alternatives system F77 files are moved out of
harms way as per the comments in  this stackoverflow post
<http://stackoverflow.com/questions/8073199/octave-make-command-fails-with-cannot-open-file-debug-h>
. The installed BLAS libraries are those installed by the package manager.
I've been at this for hours now, and still no luck. Any suggestions?




--
View this message in context: http://octave.1599824.n4.nabble.com/BLAS-library-incompatible-with-Fortran-77-compiler-settings-tp4644600.html
Sent from the Octave - General mailing list archive at Nabble.com.
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave



--
Support Wikipedia
 
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]