Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/134.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C++ 对GLIBC_2.15的未定义参考_C++_Python 2.7_Libc - Fatal编程技术网

C++ 对GLIBC_2.15的未定义参考

C++ 对GLIBC_2.15的未定义参考,c++,python-2.7,libc,C++,Python 2.7,Libc,我有一个项目在链接中显示以下错误: /usr/lib/i386-linux-gnu/libpython2.7.so: undefined reference to '__fdelt_chk@GLIBC_2.15' 我使用的是安装了libc6(GLIBC_2.19)的Ubuntu 14.04。 我无法理解这个问题,也没有找到解决办法

我有一个项目在链接中显示以下错误:

/usr/lib/i386-linux-gnu/libpython2.7.so: undefined reference to '__fdelt_chk@GLIBC_2.15'
我使用的是安装了libc6(GLIBC_2.19)的Ubuntu 14.04。 我无法理解这个问题,也没有找到解决办法