MATLAB Compiler    

Packaging UNIX Applications

To distribute a stand-alone UNIX application, you must create a package containing these files:

For specific information about packaging these files, see Distributing Stand-Alone Applications.

Distribution Caveats

Locating Shared Libraries.   Remember to locate the shared libraries along the LD_LIBRARY_PATH (SHLIB_PATH on HP) environment variable so that they can be found and loaded.

Graphics Support on IBM_RS.   There is no support for the MATLAB C/C++ Graphics Library on the IBM_RS platform.

C++ and Fortran Support on Digital UNIX.   MATLAB users require access to both the C++ and Fortran run-time shared libraries. These are usually provided as part of the operating system installation. For Digital UNIX, however, the C++ shared libraries are part of the base installation package, but the Fortran shared libraries are on a separate disk called the "Associated Products CD." MATLAB users running under Digital UNIX should install both the C++ and Fortran run-time shared libraries.


  About the mbuild Script Building Stand-Alone Applications on PCs