Multiple Precision Toolbox for MATLAB: Installation

5 views (last 30 days)
I have followed the "Step-by-step instructions" to installation of Multiple Precision Toolbox on a Mac (instructions in @mp/install_mac).
My platform is:
  • MacBookPro
  • OS X El Capitan 10.11.3
  • MATLAB_R2011a_Student
I have installed XCode 7.2.1
When I type
sudo /usr/sbin/gcc_select 3.3
on Terminal Window, I see:
sudo: /usr/sbin/gcc_select: command not found
And typing:
gcc -v
I see
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
Apple LLVM version 7.0.2 (clang-700.1.81)
Target: x86_64-apple-darwin15.3.0
Thread model: posix
How can I fix this?

Answers (0)

Categories

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

Community Treasure Hunt

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

Start Hunting!