LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1322|回复: 0

lfs binutils编译问题(解决)

[复制链接]
发表于 2009-9-12 21:56:53 | 显示全部楼层 |阅读模式
lfs-SVN
chroot之后
make输出

  1. <若干废话>
  2. checking for off_t... yes                                                                                                                     
  3. checking size of off_t... configure: error: in `/sources/binutils-build/bfd':                                                                 
  4. configure: error: cannot compute sizeof (off_t), 77                                                                                          
  5. See `config.log' for more details.
  6. make[1]: *** [configure-bfd] Error 1
  7. make[1]: Leaving directory `/sources/binutils-build'
  8. make: *** [all] Error 2
复制代码

不过

  1. # echo '#include <stdio.h>
  2. #include <sys/types.h>
  3. main()
  4. {
  5. off_t testvar = 1024;
  6. printf("%d\n", sizeof(testvar));
  7. }
  8. ' > dummy.c
  9. # cc dummy.c
  10. # ./a.out
  11. 4
复制代码
可以sizeof(off_t)啊
怎么讲不能计算sizeof(off_t)啊?

貌似是库有问题,重新搞一遍
解决了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表