Sunday, July 12, 2009

Static compilation and system calls?

if I compile a C program with the -static flag, does that mean that any system calls code will now reside in my program? or does that only applies to calls in shared user libraries such as malloc?


thanks

Static compilation and system calls?
You have to look at the documentation for your specific compiler. I've never heard of that option myself.

bouquet

No comments:

Post a Comment