User`s guide

Deployed Applications
Linker cannot find library and fails to create standalone application
(win32 and win64 ). If you try building your standalone application without
mbuild, you must link to the following dynamic library:
mclmcrrt.lib
This library is found in one of the following locations, depending on your
architecture:
matlabroot\extern\lib\win32\arch
matlabroot\extern\lib\win64\arch
where arch is microsoft, wa tcom , lcc,orborland.
Version ’GCC_4.2.0’ not found. When running on Linux platforms, users
may report that a run time error occurs that states that the GCC_4.2.0 library
is not found by applications built with M ATLAB Compiler.
To resolve this error, do the following:
1 Navigate to matlabroot/sys/os/g lnx86.
2 Rename the following files with a prefix of old_:
libgcc_s.so.1
libstdc++.so.6.0.8
libgfortran.so.1.0.0
For example, rename libgcc_s.so.1 to ol d_li bgcc_s.so.1.Notethat
you must rename all three of the above files. Alternately, you can create a
subdirectory named
old and move the files there.
8-11