我git clone完后使用./
autogen.sh && CC=arm-uclibc-linux-2.6.36-gcc CXX=arm-uclibc-linux-2.6.36-g++ AR=arm-uclibc-linux-2.6.36-ar RANLIB=arm-uclibc-linux-2.6.36-ranlib ./configure --host=arm-uclibc-linux --enable-static && make进行编译
结果报错如下:
arm-uclibc-linux-2.6.36-gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT chinadns.o -MD -MP -MF .deps/chinadns.Tpo -c -o chinadns.o chinadns.c
mv -f .deps/chinadns.Tpo .deps/chinadns.Po
arm-uclibc-linux-2.6.36-gcc -g -O2 -static -o chinadns chinadns.o -lresolv
chinadns.o: In function `hostname_from_question':
/root/ChinaDNS/src/chinadns.c:727: undefined reference to `__ns_parserr'
chinadns.o: In function `should_filter_query':
/root/ChinaDNS/src/chinadns.c:767: undefined reference to `__ns_parserr'
chinadns.o: In function `dns_handle_remote':
/root/ChinaDNS/src/chinadns.c:655: undefined reference to `__ns_initparse'
chinadns.o: In function `dns_handle_local':
/root/ChinaDNS/src/chinadns.c:567: undefined reference to `__ns_initparse'
请问应该如何解决?本来想@
/t/124550 76L的szpunk,但是他似乎很久没上了
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/173629
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.