DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

cvtomflib(1)


cvtomflib -- convert OMF libraries to ELF

Synopsis

   cvtomflib [-v] [-o outfile] library [library . . . ]

Description

cvtomflib converts libraries of OMF objects to libraries of ELF objects. It is intended for use with application packages that provide only OMF libraries that could not otherwise be used in an ELF-based environment.

The options have the following meanings.


-v
Verbose output is produced for each converted object. Without this option, cvtomflib does its work silently.

-o
This option allows the user to specify a new name, outfile, for the converted library without changing the original. This option is only available when a single library is being converted.

References

Intro(3elf)

Notices

The original order of objects within the library is retained.

Each library is converted in the directory in which it's located. Without the -o option, the converted library will overwrite the original; therefore, you may want to copy the original library before conversion.


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004