mex -setup Fortran

26 次查看(过去 30 天)
Xin Tan
Xin Tan 2019-7-22
评论: Xin Tan 2019-7-26
I am using Matlab on Mac and trying to compile some FORTRAN functions. I have installed gcc via brew install, and I have also found the gfortran file on /usr/local/bin/gfortran, but I when I run mex -setup FORTRAN, I always get the following error:
Error using mex
No supported compiler was found. For options, visit https://www.mathworks.com/support/compilers.
How shall I properly setup FORTRAN for mex on a Mac?

采纳的回答

jg614
jg614 2019-7-26
MathWorks has disabled ("dropped support for") gfortran as a MEX compiler on Mac since R2015b, when the Intel Fortran compiler began to be supported.
To do this the supported way, you'll have to use a combination of the Intel Fortran compiler and Microsoft Visual Studio. Valid combinations are listed in the R2019a supported compilers document.
To do this the free way, you'll have to modify the MEX configuration XML files. See this discussion on how to do this.
  1 个评论
Xin Tan
Xin Tan 2019-7-26
Thanks! Intel compiler does help, but for some very old toolbox which uses extensively gfortran, the problem still exist. Later I figured out that rather than spending tons of time on configuration, making a linux virtual machine and running matlab on that would be more convenient and robust option.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

产品


版本

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by