User`s guide

Directories Required for Development and Testing
UNIX Settings for Development and Testing
When programming w ith components that are generated with MATLAB
Compiler, use the followin g commands to add the requ ired pl atform -spe cific
directories to your dynamic library path.
Note For readability, the fo llow ing commands appear on separate lines, but
you must enter each
setenv command on one line.
Linux
setenv LD_LIBRARY_PATH
matlabroot/sys/os/glnx86:
matlabroot/bin/glnx86:
matlabroot/sys/java/jre/glnx86/jre1.6.0/lib/i386/native_threads:
matlabroot/sys/java/jre/glnx86/jre1.6.0/lib/i386/server:
matlabroot/sys/java/jre/glnx86/jre1.6.0/lib/i386:
setenv XAPPLRESDIR
matlabroot/X11/app-defaults
Solaris64
setenv LD_LIBRARY_PATH
/usr/lib/lwp:
matlabroot/sys/os/sol64:
matlabroot/bin/sol64:
matlabroot/sys/java/jre/sol64/jre1.6.0/lib/sparcv9/native_threads:
matlabroot/sys/java/jre/sol64/jre1.6.0/lib/sparcv9/server:
matlabroot/sys/java/jre/sol64/jre1.6.0/lib/sparcv9:
setenv XAPPLRESDIR
matlabroot/X11/app-defaults
Linux x86-64
setenv LD_LIBRARY_PATH
matlabroot/sys/os/glnxa64:
matlabroot/bin/glnxa64:
matlabroot/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/native_threads:
matlabroot/sys/java/jre/glnxa64/jre1.6.0/lib/amd64/server:
9-3