针对你提出的“undefined reference to `stat64@glibc_2.33'”问题,我们可以从以下几个方面进行排查和解决: 确认stat64函数的来源和用途: stat64是一个用于获取文件状态信息的函数,它是stat函数的一个扩展版本,支持64位文件大小和时间戳。这个函数通常用于处理大文件或需要更高精度时间戳的场景。 检查系统glibc版本...
undefined reference to `__libc_single_threaded@GLIBC_2.32' #10 55.39 /usr/lib/libmavsdk.so.1.0.7: undefined reference to `pthread_join@GLIBC_2.34' #10 55.39 /usr/lib/libmavsdk.so.1.0.7: undefined reference to `fcntl@GLIBC_2.28' #10 55.39 /usr/lib/libmavsdk.so.1.0.7: undefined refere...
We need both so force this to be disabled on these old * versions */ # define NO_RECVMMSG # endif # endif You edit it so that the second line reads: # if !(__GLIBC_PREREQ(2, 14)) || defined(OPENSSL_SYS_AIX) that will turn off recvmmsg and sendmmsg for AIX. Thats not ...