ranlib [-vV] archive
ranlib
generates an index to the contents of an archive and
stores it in the archive. The index lists each symbol defined by a
member of an archive that is a relocatable object file.
You may use `nm -s' or `nm --print-armap' to list this index.
ranlib
는 아카이브의 색인을 만들어서 아카이브에 저장한다.
색인은 재배치가능한 오브젝트 파일인 아카이브 멤버들이 정의한 심볼들을
담고 있다.
색인을 보려면 `nm -s'나 `nm --print-armap'을 사용하면 된다.
An archive with such an index speeds up linking to the library and allows routines in the library to call each other without regard to their placement in the archive.
The GNU ranlib
program is another form of GNU ar
; running
ranlib
is completely equivalent to executing `ar -s'.
See section ar.
색인은 라이브러리로 링크할 때 속도를 향상하고, 아카이브에서 위치와 관계없이 라이브러리 내의 함수들이 서로를 호출할 수 있게 한다.
GNU ranlib
는 GNU ar
의 다른 모습이다.
ranlib
은 `ar -s'과 완전히 동일하다.
ar를 참고하라.
-v
-V
--version
ranlib
.
ranlib
의 버전을 출력한다.
Go to the first, previous, next, last section, table of contents.