On 12/25/2010 1:59 AM, ali hagigat wrote:
Read up about gnu binutils/ld, static (.a) libraries, dynamic (.so) libraries, and "info ldd"When we use some functions like printf in Linux C programs, libc.a is linked with our program. Is it linked dynamically or statically? Regards
-- Tim Prince