> Personally, I dislike static linking, and am not yet convinced all > this is worth the effort. Or is it? Static linking is rarely desireable, but when it is it's for small programs that might well not use stdio, but should be able to use an allocator.