Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4249377
  • 博文数量: 776
  • 博客积分: 13014
  • 博客等级: 上将
  • 技术积分: 10391
  • 用 户 组: 普通用户
  • 注册时间: 2010-02-22 17:00
文章分类

全部博文(776)

文章存档

2015年(55)

2014年(43)

2013年(147)

2012年(20)

2011年(82)

2010年(429)

分类: LINUX

2013-09-17 07:37:18

networking/lib.a(nslookup.o): In function `print_host’:
nslookup.c:(.text.print_host+0x3f): warning: Using ‘getaddrinfo’ in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
networking/lib.a(ipcalc.o): In function `ipcalc_main’:
ipcalc.c:(.text.ipcalc_main+0×201): warning: Using ‘gethostbyaddr’ in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
util-linux/lib.a(mount.o): In function `nfsmount’:
mount.c:(.text.nfsmount+0xd4): warning: Using ‘gethostbyname’ in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
networking/lib.a(inetd.o): In function `reread_config_file’:
inetd.c:(.text.reread_config_file+0x75b): warning: Using ‘getservbyname’ in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
networking/lib.a(netstat.o): In function `ip_port_str’:
netstat.c:(.text.ip_port_str+0x3e): warning: Using ‘getservbyport’ in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
networking/lib.a(inetd.o): In function `reread_config_file’:
inetd.c:(.text.reread_config_file+0x6dd): warning: Using ‘getrpcbyname’ in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
networking/lib.a(inetd.o): In function `unregister_rpc’:
inetd.c:(.text.unregister_rpc+0x1f): undefined reference to `pmap_unset’
networking/lib.a(inetd.o): In function `register_rpc’:
inetd.c:(.text.register_rpc+0×57): undefined reference to `pmap_unset’
inetd.c:(.text.register_rpc+0×73): undefined reference to `pmap_set’
networking/lib.a(inetd.o): In function `prepare_socket_fd’:
inetd.c:(.text.prepare_socket_fd+0x7e): undefined reference to `bindresvport’
util-linux/lib.a(mount.o): In function `xdr_fhstatus’:
mount.c:(.text.xdr_fhstatus+0xb): undefined reference to `xdr_u_int’
mount.c:(.text.xdr_fhstatus+0x2a): undefined reference to `xdr_opaque’
util-linux/lib.a(mount.o): In function `xdr_dirpath’:
mount.c:(.text.xdr_dirpath+0×6): undefined reference to `xdr_string’
util-linux/lib.a(mount.o): In function `xdr_mountres3′:
mount.c:(.text.xdr_mountres3+0xa): undefined reference to `xdr_enum’
mount.c:(.text.xdr_mountres3+0×29): undefined reference to `xdr_bytes’
mount.c:(.text.xdr_mountres3+0×42): undefined reference to `xdr_int’
mount.c:(.text.xdr_mountres3+0×50): undefined reference to `xdr_array’
util-linux/lib.a(mount.o): In function `nfsmount’:
mount.c:(.text.nfsmount+0×845): undefined reference to `pmap_getmaps’
mount.c:(.text.nfsmount+0x9de): undefined reference to `clntudp_create’
mount.c:(.text.nfsmount+0xa2f): undefined reference to `clnttcp_create’
mount.c:(.text.nfsmount+0xa56): undefined reference to `clnt_spcreateerror’
mount.c:(.text.nfsmount+0xa68): undefined reference to `authunix_create_default’
mount.c:(.text.nfsmount+0xaeb): undefined reference to `clnt_sperror’
mount.c:(.text.nfsmount+0xb12): undefined reference to `clnt_sperror’
mount.c:(.text.nfsmount+0xca5): undefined reference to `bindresvport’
mount.c:(.text.nfsmount+0xcee): undefined reference to `pmap_getport’
collect2: ld returned 1 exit status
make: *** [busybox_unstripped] Error 1
 
好像是和glibc版本过高有关,找不到相关函数,这个好办,make menuconfig 去掉如下选项
Linux System Utilities  —>  [ ]   Support mounting NFS file systems 网络文件系统
Networking Utilities  —> [ ] inetd (Internet 超级服务器 )
然后就ok 了,不过这两个错误在CentOS 和mispel 交叉编译链中都没有出现。
阅读(5423) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~