Go to main content

手册页部分 1:用户命令

退出打印视图

更新时间: 2022年7月27日 星期三
 
 

ranlib(1)

名称

ranlib - convert archives to random libraries

用法概要

ranlib archive

描述

The ranlib utility was used in SunOS 4.x to add a table of contents to archive libraries, which converted each archive to a form that could be linked more rapidly. This is no longer needed, as the ar(1) command automatically provides all the functionality ranlib used to provide.

Under Oracle Solaris, the ranlib utility is equivalent to calling the true utility. It has no effect, and its use can be safely omitted. This script is provided as a convenience for software developers who need to maintain Makefiles that are portable across a variety of operating systems.

退出状态

ranlib has exit status 0.

属性

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
developer/base-developer-utilities

另请参见

ar(1), ar.h(3HEAD), attributes(7)