Installation problem: compiler support for MATLAB 2012a on CentOS5

2 views (last 30 days)
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.

Answers (2)

Image Analyst
Image Analyst on 1 Feb 2013
Evidently that's not a supported compiler. Call them to verify.

Walter Roberson
Walter Roberson on 1 Feb 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.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!