mathbong
Home
∑ School Math∑ Advanced Math[] Coding</> Utils⎈ Infra◎ My Project
Terms Tools About
KO
Glossary coding Term Page

Linking

the process that bundles object files and libraries into the final executable

linker #coding#c
Korean version

Related Concepts

Xcode Command Line ToolsCompilerObject file

Core Idea

Linking is the process that bundles object files and libraries into the final executable. It usually makes the most sense alongside Xcode Command Line Tools, Compiler, Object file.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept

[C Series 2] Prepare C On macOS and Run Your First Compile Verify Xcode Command Line Tools on macOS and walk through compiling and running your first C program with `clang`.[C 시리즈 19편] 빌드 자동화와 프로젝트 구성 익히기 여러 개의 C 파일을 정리하고, Makefile로 반복 빌드를 자동화하는 흐름을 배웁니다.[C 시리즈 2편] Mac에서 C 개발 환경 준비하고 첫 컴파일 해보기 Mac에서 Xcode Command Line Tools를 확인하고, `clang`으로 첫 C 프로그램을 컴파일하고 실행하는 흐름을 정리합니다.

© 2026 mathbong. All rights reserved.

RSS