Node:MEX-File Support, Previous:Matlab Architecture, Up:Autoconf Macros
MEX-files are shared libraries that can be loaded from Matlab at run time.
| AX_MEX_OPTIONS | Macro |
|
Check for MEX options file handling. The default behavior of this macro
does not change the standard MEX options file handling.
The user can specify an alternative MEX options file by
providing an argument to the For example, if you have installed both, a native C compiler as well as
the GNU C compiler on your system, and you want to use the later for
building a package, run ./configure CC=gcc --with-mex-options=$MATLAB/bin/gccopts.sh The The |
| AX_PATH_MEX | Macro |
Check for a Unix compatible mex script.
Set output variable The |
| AX_MEXEXT | Macro |
|
Check for MEX-file extension.
Set output variable |
| AX_DOT_MEXEXT | Macro |
Like AX_MEXEXT described above but add a leading dot to the
MEXEXT variable.
This macro is obsolete and only provided for backward compatibility with
old make files. Consider changing your make files using the dotless
form of the |