LBR2AR(1) Domain/OS SysV LBR2AR(1)
NAME
lbr2ar - convert lbr libraries to SR10 archive libraries
SYNOPSIS
lbr2ar [-ydirname] lbrfile arfile
DESCRIPTION
The lbr2ar command converts pre-SR10 lbr library files containing object
modules in OBJ format to SR10 ar library archive files containing object
modules in COFF format. The lbr2ar command extracts each object module
from the lbrfile, executes the obj2coff converter to convert them to
COFF, and creates a library archive (arfile) containing the converted
object modules. Note that both the library format and the format of the
individual object modules are changed.
OPTIONS
-ydirname This option allows you to specify a new pathname,
dirname, for the location of obj2coff. The new
pathname for obj2coff is dirname/obj2coff. The
default pathname for obj2coff is /usr/apollo/bin.
FILES
/usr/apollo/bin/obj2coff
obj2coff converter
/tmp/obj/* Temporary files
/tmp/coff/* Temporary files
SEE ALSO
obj2coff(1), ar(1).