User`s guide

B Error and Warning Messages
B-18
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 o f the
specified library does n o t b egin w it h the letters “li b”. 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 can’t use the
-V2.0 option. For more information about Compiler options, see the section,
“MATLAB Compiler Option Flags,” in Chapter 7.
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 distinguishwhich private
function to use. For more information, see “Compiling Private and Method
Functions” in Chapte r 5.