
NTP
「已注销」
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
NTP编译报错 Error in template /usr/local/share/autogen/cmd-doc.tlib, line 219
调试 ntp-4.2.8p7 源码,编译报错 Error in template /usr/local/share/autogen/cmd-doc.tlib, line 219 参考解决方案-Google 网上论坛 I'm cross-compiling ntp-4.2.8p10 for aarch64 using Debian as the build machine. I can build it fine with the native compiler, but using the ARM c转载 2020-08-14 11:16:59 · 757 阅读 · 0 评论 -
NTP 编译报错 /bin/bash: aclocal-1.14: command not found
/bin/bash: aclocal-1.14: command not found 配置脚本生成了错误的Makefile,该文件试图运行aclocal-1.14(系统只有aclocal-1.15)。 通过运行autoreconf对其进行了修复。 在配置中对硬编码的autotools版本做了如下更改: - am__api_version='1.14' + am__api_version='1.15' 参考 https://github.com/google/farmhash/issues/15 ...转载 2020-08-11 11:49:23 · 889 阅读 · 0 评论