Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
User Commandsranlib(1)


NAME

 ranlib - convert archives to random libraries

SYNOPSIS

 /usr/ccs/bin/ranlib archive

DESCRIPTION

 

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.

This script is provided as a convenience for software developers who need to maintain Makefiles that are portable across a variety of operating systems.


EXIT STATUS

 

ranlib has exit status 0.


ATTRIBUTES

 

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

ATTRIBUTE TYPEATTRIBUTE VALUE
AvailabilitySUNWbtool

SEE ALSO

 

ar(1), ar(3HEAD), attributes(5)



SunOS 5.9Go To TopLast Changed 13 Apr 1995