what's the difference between pthread in /lib64/libc.so.6 with /usr/lib64/libpthread.a?
if I using pthread, if I should add -lpthread when linking ?
I noticed that gcc will auto add -llibc when linking, if so, I think there is no need to add -lpthread ! am I right for this understand?