Provided by: manpages-es-extra_0.8a-19_all bug

NOMBRE

       ranlib - genera un índice en un archivo.

SINOPSIS

       ranlib [-v|-V] archivo

DESCRIPCIÓN

       ranlib  genera  un índice de los contenidos de un archivo, y lo almacena en el archivo. El
       índice lista cada símbolo definido por cada miembro del archivo que sea un fichero  objeto
       reubicable.

       Se puede emplear `nm -s' o `nm --print-armap' para listar este índice.

       Un  archivo  con  un  índice como éste acelera el enlazado de la biblioteca, y permite que
       rutinas de ella se llamen entre sí sin importar su posición en el archivo.

       El programa ranlib de GNU es otra forma del programa, también de GNU, ar; ejecutar  ranlib
       es completamente equivalente a ejecutar `ar -s'.

OPCIONES

       -v     Muestra el número de versión de ranlib y acaba.

VÉASE TAMBIÉN

       La  entrada de menú `binutils' en Info; Las Utilidades de Binarios de GNU, Roland H. Pesch
       (Octubre de 1991); ar(1), nm(1).

DERECHOS DE COPIA

       Copyright (c) 1991 Free Software Foundation, Inc.

       Permission is granted to make and distribute verbatim copies of this manual  provided  the
       copyright notice and this permission notice are preserved on all copies.

       Permission  is  granted  to copy and distribute modified versions of this manual under the
       conditions for verbatim copying, provided  that  the  entire  resulting  derived  work  is
       distributed under the terms of a permission notice identical to this one.

       Permission  is  granted  to  copy  and distribute translations of this manual into another
       language, under the above conditions for modified versions, except  that  this  permission
       notice may be included in translations approved by the Free Software Foundation instead of
       in the original English.

       N. del T.: Sólo tiene validez legal el aviso de copyright original.