User`s guide

2 Installation and Configuration
2-4
UNIX Workstation
This section examines the system requirements
, installation procedures, and
configuration procedures for the MATLAB Compiler on UNIX systems.
System Requirements
You cannot install the MATLAB Compiler unless MATLAB 6.5 (Release 13) is
already installed on the system. The MATLAB Compiler imposes no operating
system or memory requirements beyond those that are necessary to run
MATLAB. The MATLAB Compiler consumes a small amount of disk space.
Table 2-1, Requirements for Creating UNIX Applications, shows the
requirements for creating UNIX applications with the MATLAB Compiler.
Note Although the MATLAB Compiler supports the creation of stand-alone
C++ applications, it does not support the creation of C++ MEX-files.
Supported ANSI C and C++ UNIX Compilers
The MATLAB Compiler supports
The GNU C compiler, gcc, (except on HP and SGI64)
The systems native ANSI C compiler on all UNIX platforms
The systems native C++ compiler on all UNIX platforms (except Linux)
The GNU C++ compiler,
g++, on Linux.
Table 2-1: Requirements for Creating UNIX Applications
To create... You need...
MEX-files ANSI C compiler
MATLAB Compiler
Stand-alone C applications ANSI C compiler
MATLAB Compiler
Stand-alone C++ applications C++ compiler
MATLAB Compiler