Installation problem: compiler support for MATLAB 2012a on CentOS5
2 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I am trying to install MATLAB 2012a on CentOS5.
By this page http://www.mathworks.com/support/compilers/R2012a/glnxa64.html I have installed gcc/g++4.4 and gfortran4.4 (I can't find gfortran4.3 by yum), but the installation script still tells me that I need to a supported cmpiler.
Any tips how to deal with this?
Thanks!
Below is the output of the installation script:
==================
1. The following products require a supported compiler:
MATLAB Compiler 4.17 Stateflow 7.9 Simulink Coder 8.2 MATLAB Coder 2.2
2. Simulink requires a C compiler for simulation acceleration, model reference, and MATLAB Function Block capabilities. It is \ recommended that you install a supported compiler on your machine.
(Jan 31, 2013 20:13:24) Exiting with status 0
(Jan 31, 2013 20:13:24) End - Successful.
0 件のコメント
回答 (2 件)
Image Analyst
2013 年 2 月 1 日
Evidently that's not a supported compiler. Call them to verify.
0 件のコメント
Walter Roberson
2013 年 2 月 1 日
You could try ln'ing together the new name and the old name and see if that works well enough. It might not, as the code might well use "gcc -v" to figure out which version the compiler is.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!