Why do I get the error:" 'libmmfile.mlib' not found" when trying to compile in MATLAB?

2 views (last 30 days)
I get an error when I use this command:
mcc -t -L C -W lib:mylib -T link:lib -h <MATLAB files> libmmfile.mlib
The error I get is :
MBUILD.BAT: 'libmmfile.mlib' not found.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 21 Jan 2010
This error indicates that you do not have the Math Library installed. You can verify that you have the Math Library installed by going into the following directory:
$MATLAB\extern\examples\
Where $MATLAB is the root directory of your MATLAB installation.
If you have the Math Library, you should see a directory called "cmath" and "cppmath."
Note that as of MATLAB R13 (6.5), we do not sell the Math and the Graphics Library separately.

More 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!