摘要
共享库技术是程序设计中经常采用的技术,其目的是缩减程序,节省空间,提高效率。采用共享库技术具有很高的灵活性,对于升级软件版本更加容易。本文描述了Linux系统共享库的命名约定,介绍了创建Linux共享库的基本方法和技巧,并着重阐述了在实际应用共享库时应注意的问题和处理方法。
Many application programs frequently introduce shared object library to reduce source code, save the space, enhance the efficiency under Linux. Adopting shared object library technology can contribute to high flexibility and facility upgrade software edition. This paper describes naming conventions of shared object library and introduces basic methods and skills on the creation of shared object library, and elaborates emphatically on the problems and solutions in practical application of shared library.
出处
《科技信息》
2009年第27期54-54,32,共2页
Science & Technology Information
关键词
LINUX
共享库
编译
Linux
Shared object library
Compile