libgfortran: version `GFORTRAN_1.4' not found

前端 未结 5 1199
旧时难觅i
旧时难觅i 2020-12-28 20:00

I am getting the following error when I trying to a run mex file in MATLAB:

??? Invalid MEX-file
\'findimps3.mexa64\':
/MATLAB/bin/glnxa64/../../sys/os/glnxa         


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-28 20:34

    In my case, fixed by
    $ ln -sf /usr/lib64/libgfortran.so.3.0.0 /opt/matlab/sys/os/glnxa64/libgfortran.so.3

    Errors I meet when using CDSP:
    csdp: /opt/matlab/sys/os/glnxa64/libgfortran.so.3: version GFORTRAN_1.4' not found (required by /usr/lib64/atlas/libptf77blas.so.3)
    csdp: /opt/matlab/sys/os/glnxa64/libgfortran.so.3: version
    GFORTRAN_1.4' not found (required by /usr/lib64/atlas/libf77blas.so.3)

提交回复
热议问题