Is there a web page that lists the version of libstdc++.so used for building each MATLAB version?

3 views (last 30 days)
I want to know which compiler and linker are used for building each MATLAB version. This is important to determine if new versions of MATLAB will be compatible with my Linux installation.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 30 Jul 2009
There is currently no webpage that lists the libstdc++.so library used for each MATLAB version. However, you can determine this by using the information provided in the links below:
1 .Go to the MathWorks website to determine the support compiler for the release of MATLAB that you are using. This information can be obtained from the link below:
<http://www.mathworks.com/support/compilers/current_release/>
2. Use the Application Binary Interface (ABI) specification to determine the corresponding libstdc++. so library for a specific compiler. This information can be obtained from the link below:
<http://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html>

More Answers (0)

Categories

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

Products


Release

R2009a

Community Treasure Hunt

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

Start Hunting!