/lib64/libc.so.6: could not read symbols: Bad value
急,按照网上改 -include /usr/include/errno.h没用,求指点
1 个解决方案
#1
在多线程环境TLS中,errno和平常的不太一样
除了在makefile中include进来errno.h头文件,相应的用到errno的.c文件也加上#include <errno.h>
除了在makefile中include进来errno.h头文件,相应的用到errno的.c文件也加上#include <errno.h>
#1
在多线程环境TLS中,errno和平常的不太一样
除了在makefile中include进来errno.h头文件,相应的用到errno的.c文件也加上#include <errno.h>
除了在makefile中include进来errno.h头文件,相应的用到errno的.c文件也加上#include <errno.h>