On Sat, Sep 27, 2014 at 06:14:25PM -0700, Shankar Easwaran wrote: > The linker processes the dynamic linker as a regular input file. Huh? The dynamic linker is just a path going into the binary, it should not be opened at all. It might not even exist at time of linking. Joerg