Installation problem: compiler support for MATLAB 2012a on CentOS5
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (2)
Image Analyst
le 1 Fév 2013
Evidently that's not a supported compiler. Call them to verify.
0 commentaires
Walter Roberson
le 1 Fév 2013
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 commentaires
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!