checking for long long... long checking for unsigned long long... unsigned long checking return type of signal handlers... (cached) void checking for char... yes checking size of char... configure: error: cannot compute sizeof (char), 77 网上搜了一下都解决不了请大家指点
我在RH 7.3下安装lfs时,编译bash-3.0出错,用的命令是:./configure - -enable-static-link - -prefix=$lfs/static - -with-curses 错误信息如下: Beginning configuration for bash-3.0-release for i686-pc-linux-gnu checking for gcc... gcc -s checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffi...
我以前安装了lfs6.1,内核为2.6.16,现在由于项目的原因,要求内核用2.4.26,我尝试在2.6.26下编译2.4.26内核,但均未成功,请教是不是因为gcc,glibc版本过高的原因,以及我该如何解决? BTW,现在lfs官方网站上不去,下载lfs5.1包和livecd也不能下载,请教youbest如何解决? thanks in advance.
其实一个星期前最后一步kernel的编译已经弄好了,直到今天才有空去机房启动一下,结果成功了 成功安装lfs当然不只16720个啦,这个只是www.linuxfromscratch.org上注册的数字,各位安装完后记得在http://linuxfromscratch.org/cgi-bin/lfscounter.cgi注册一下,看看自己是第几个:mrgreen:
在lfs5.0系统上安装sybase ase 12_5.2服务器。 在srvbuildres -r ase.rs的时候,报错: Task failed 00:00000:00001:2005/03/24 05:58:06.04 kernel pc 0x88014e4 kisignal+0xe4(0xb,0x40513db0,0x40513e30,0x400b5c00,0x0) 00:00000:00001:2005/03/24 05:58:06.04 kernel pc 0x400b298b init_dummy+0x37458c6b(0xb,0x40513db0,0x40513e30,0xb,0x0) 00:00000:00001:2005/03/24 05:58:06.04 kernel pc 0x401221a0 init_dummy+...
按照手册安装lfs5.0,在第五章"锁定(Locking in)" Glibc一节, 检查一下新工具链的基本功能(编译和连接)是否正常时,没看到结果: [Requesting program interpreter: /tools/lib/ld-linux.so.2] 现象是什么结果也没有: [lfs@localhost lfs]$ rm -f /tools/lib/gcc-lib/*/*/include/{pthread.h,bits/sigthread.h} [lfs@localhost lfs]$ echo 'main(){}' >; dummy.c [lfs@localhost lfs]$ gcc dummy.c [lfs@localhost lfs]$ readel...