翻訳と辞書
Words near each other
・ link access protocol for modems
・ link control protocol
・ link editor
・ link farm
・ link loader
・ link rot
・ link state routing protocol
・ link-dead
・ linkage editor
・ linked list
linker
・ links
・ linpack
・ lint
・ linux
・ linux documentation project
・ linux loader
・ linux network administrators' guide
・ linux user group
・ lion food


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

linker : FOLDOC
linker
(link editor, linkage editor, link loader) A program that combines one or more files containing object code from separately compiled program modules into a single file containing loadable or executable code
This process involves resolving references between the modules and fixing the {relocation} information used by the operating system kernel when loading the file into memory to run it.
Under Unix, the linker is called "ld" and {object files} have filename extension .o (object), .so (shared object), or .lib (library), and the resulting executable is called "a.out" by default.
(2001-10-13)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.