Why do I receive an error when I execute an application compiled using MATLAB Compiler 4.9 (R2008b) on a Mac Intel?

2 views (last 30 days)
I have compiled a standalone executable on a Mac Intel 10.4.11. I am deploying my application on a target machine with similar operating system. I have ensured that the target machine has the latest installation of X11. I get the following error when I execute my application:
Fatal error loading library /Applications/MATLAB/v79/bin/maci/libmwmclmcr.dylib Error: dlopen(/Applications/MATLAB/v79/bin/maci/libmwmclmcr.dylib, 9): Library not loaded: /usr/X11R6/lib/libXext.6.dylib
Referenced from: /Applications/MATLAB/v79/bin/maci/libmwhg.dylib
Reason: image not found

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This error seems to be occurring due to a faulty installation of the X11 package. Re-install the package.
To install X11 for OS X 10.4 (Tiger) you will need the Tiger Installation DVD. There is no download available from Apple's Web site to install X11 for Tiger. This package is available as an optional installation on the Tiger Installation DVD. The package is called 'X11user.pkg' and can be found on the DVD in the /System/Installation/Packages folder. This installation should resolve the error you are seeing.

More Answers (0)

Categories

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

Products


Release

R2008b

Community Treasure Hunt

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

Start Hunting!