文件名称:Linux-gcc-
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- 刘*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在 windows 平台和 linux 平台下都大量存在着库。
本质上来说库是 一种可执行代码的二进制形式,可以被操作系统载入内存执行。
由于 windows 和 linux 的平台不同(主要是编译器、汇编器和连接器 的不同),因此二者库的二进制是不兼容的。
本文仅限于介绍 linux 下的库。-Windows platform and Linux platform there are a lot of libraries.
Essentially for the library is an executable code in binary form, can be loaded into memory by the operating system execution.
Windows and linux platform (compiler, assembler and linker are different), so the two library binary incompatible.
This article is limited to introduce the library under linux.
本质上来说库是 一种可执行代码的二进制形式,可以被操作系统载入内存执行。
由于 windows 和 linux 的平台不同(主要是编译器、汇编器和连接器 的不同),因此二者库的二进制是不兼容的。
本文仅限于介绍 linux 下的库。-Windows platform and Linux platform there are a lot of libraries.
Essentially for the library is an executable code in binary form, can be loaded into memory by the operating system execution.
Windows and linux platform (compiler, assembler and linker are different), so the two library binary incompatible.
This article is limited to introduce the library under linux.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Linux下用gcc生成静态库和动态库 .txt