Why does MCC in MATLAB Compiler 4.5 (R2006b) open an X display even though it is a command line utility?
Show older comments
I am trying to compile an application using MATLAB Compiler on a remote machine that has a full MATLAB installation. I start a terminal window session to this machine and try to compile my MATLAB code.
The compilation does not complete, however, because of a broken X connection:
###>%mcc -R "-nodisplay -nojvm" -m pie3d.m
-----------------------------------------------------------------
X connection to localhost:11.0 broken (explicit kill or server shutdown).
###>%mcc -v -R "-nodisplay -nojvm" -m pie3d.m
-----------------------------------------------------------------
X connection to localhost:11.0 broken (explicit kill or server shutdown).
It appears that MCC is trying to open X display, fails, and crashes. I want to know why MCC would need to use X display, which is a command-line utility.
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Compiler 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!