AmgX does not compile on Centos 6.5

When I try to compile the AmgX examples on CentOS 6.5 I get the following message:

/home/myname/test/amgx_files/lib/libamgxsh.so: undefined reference to std::__detail::_List_node_base::_M_unhook()@GLIBCXX_3.4.15' /home/myname/test/amgx_files/lib/libamgxsh.so: undefined reference to std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15
/home/myname/test/amgx_files/lib/libamgxsh.so: undefined reference to memcpy@GLIBC_2.14' /home/myname/test/amgx_files/lib/libamgxsh.so: undefined reference to clock_gettime@GLIBC_2.17’
/home/myname/test/amgx_files/lib/libamgxsh.so: undefined reference to `std::__detail::_List_node_base::_M_transfer(std::__detail::_List_node_base*, std::__detail::_List_node_base*)@GLIBCXX_3.4.15
collect2: ld returned 1 exit status
make: *** [amgx_capi] Error 1

It seems like AmgX calls glibc 2.17 and glibcxx 3.4.15 whereas the latest versions of glibc and glibcxx on CentOS 6.5 is lower than that. Does AmgX support Redhat/CentOS 6.5 ? How can I go about getting the code to compile ?

Any help/suggestions will be greatly appreciated. Thanks!