User`s guide

Warning Messages
B-17
Warning: The name of a shared library should begin with the letters "lib". "libraryname"
doesn’t.
(missing_lib_sentinel) This warning is generated if the name of the
specified library does not begin with the letters lib. This warning is specific
to UNIX and does not occur on Windows. For example:
mcc -t -W lib:liba -T link:lib a0 a1 % No warning
mcc -t -W lib:a -T link:lib a0 a1 % Will generate a warning
Warning: The option optionname is ignored in modename mode (specify -? for help).
(switch_ignored) Modename = 1.2 or 2.0. Certain options only have meaning in
one or the other mode. For example, if you use the
-e option, you cant use the
-V2.0 option. For more information about Compiler options, see MATLAB
Compiler Option Flags on page 7-31.
Warning: The specified private directory is not unique. Both "directoryname1" and
"directoryname2" are found on the path for this private directory.
(duplicate_private_directories) The Compiler cannot distinguish which private
function to use. For more information, see Compiling Private and Method
Functions on page 5-5.