> Even building everything statically doesn't eliminate the need for the runtime linker, unless one hard-codes the exact address where a program can run. That runs counter to security measures like ASLR.
You could have the program be position independent (use only relative adressing) and do without a linker for that limited use case.
You could have the program be position independent (use only relative adressing) and do without a linker for that limited use case.