msgcc is a C language message catalog compiler. It accepts
cc(1) style options and arguments. A
msgcpp(1) .mso file is generated for each input
.c
file. If the
-c option is not specified then a
gencat(1)
format
.msg file is generated from the input
.mso and
.msg files. If
-c is not specified
then a
.msg suffix is appended to the
-o file if it doesn't already have a suffix. The default
output is
a.out.msg if
-c and
-o are not specified.
If -M-new is not specified then messages are merged with those in the pre-existing -o file.