On 8/27/2014 2:38 PM, deadalnix wrote:
The problem is that you don't always want to bring libc and libstdc++ with you
with every single project you write.

Remember that a library is not simply inserted bodily into the executable. A library is searched for modules that define unresolved symbols.

I.e. only if you use code that refers to libc or libstd++ will those bits be linked in.

Reply via email to