Go to the first, previous, next, last section, table of contents.


ranlib


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
Show the version number of ranlib.
ranlibÀÇ ¹öÀüÀ» Ãâ·ÂÇÑ´Ù.


Go to the first, previous, next, last section, table of contents.