This topic created in 3863 days ago, the information mentioned may be changed or developed.
编译参数!
./autogen.sh && ./configure --host=arm-uclibc-linux --enable-static && make
chinadns.o :在函数‘ resolve_dns_servers ’中:
/home/houzi/ChinaDNS/src/chinadns.c:326: 警告: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
出现这个警告,编译出来的不能执行!我该如何解决!