busybox编译问题
在编译busybox的时候出错
环境:
gcc 版本 4.4.2 20091027 (Red Hat 4.4.2-7) (GCC) 这个编译
linux f12.
BusyBox 1.20.2
在make menuconfig :
Build Options -> [*] Build BusyBox as a static binary (no shared libs)
出错:
------------------------------------
Trying libraries: crypt m
Failed: -Wl,--start-group -lcrypt -lm -Wl,--end-group
Output of:
***************[此处省略]*****如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我们yum install crypt 的时候,说不需要。好像已经有了
@唐增辉 直接找个libcrypt,解压到link路径下
没crypt lib,装个