I have two gcc compilers installed on my system, one is gcc 4.1.2
(default) and the other is gcc 4.4.4
. How can I check the libc version used by gcc 4.4.4
, because /lib/libc.so.6
shows the glibc used by gcc 4.1.2
, since it is the default compiler.