I'm writing a C++ program using the Thrift framework(it's an RPC middleware). I prefer static link to dynamic link, so my program is linked to Libthrift.a statically instead of Libthrift 所以. However, Libthrift.a is dynamically linked to glibc, and since my Libthrift.a is build on my system with glibc 2.15, my Libthrift.a uses Memcpy of version 2.14(Memcpy@GLIBC _ 2.14) provided by glibc 2.15.