Hi! Can I do a stand alone executable if my program is targeted for plotting? I am getting the following error:
Show older comments
Hi! Can I do a stand alone executable if my program is targeted for plotting? I am getting the following error:
-> gcc-4.0 -c -fno-common -no-cpp-precomp -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -I/Applications/MATLAB_R2010a.app/extern/include -DUNIX -DX11 -O2 -DNDEBUG "test_main.c"
/Applications/MATLAB_R2010a.app/bin/mbuild: line 1885: gcc-4.0: command not found
mbuild: compile of ' "test_main.c"' failed.
Error: An error occurred while shelling out to mbuild (error code = 1). Unable to build executable. ??? Error using ==> mcc Error executing mcc, return status = 1 (0x1).
Do you know how to solve this? or what is going on? I can imagine is a cpp compiler error since the command not found targets gcc-4.0
Accepted Answer
More Answers (2)
Titus Edelhofer
on 11 Jul 2014
Hi,
did you do a
mbuild -setup
before? Did MATLAB find your gcc 4.0?
Titus
Sruthi Ayloo
on 11 Jul 2014
Edited: Sruthi Ayloo
on 11 Jul 2014
0 votes
What is the version of xcode and MAC OS you are using?
The following link might be helpful where a similar issue has been discussed:
Categories
Find more on C Shared Library Integration 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!