AntiPattern
Toolchain Wrapper Collision
compiler-wrapper-name-collision
Compiler discovery fails or mis-compiles because a user-provided C compiler wrapper collides with system toolchain names (e.g., cc/gcc) on PATH, causing build scripts to pick the wrong binary and producing missing-config/include or linker errors.