|
发表于 2008-4-10 00:02:23
|
显示全部楼层
Post by mimilinux;1836521
CLFS_multilib,第8章第一个安装就过不了,但是之前装tcl,expect等测试软件是可以的,我觉得GCC等编译工具应该没有问题,第8章开头就是装perl,可是
Post by mimilinux;1836525
按照手册输入configure之后,提示:
#include <stdio.h>
int main() { printf("OK/n"); return(0); }
I used the command:
gcc -m32 -o try -O2 -DOVR_DBL_DIG=14 -I/usr/local/include -L/usr/local/lib try.c
./try
and I got the following output:
/bin/sh: ./try: cannot execute binary file
The program compiled OK, but exited with status 126.
You have a problem. Shall I abort Configure [y]
OK. Stopping Configure.
看起来,最大的可能是lz编译linux-kernel时没有打开 CONFIG_IA32_EMULATION=y
请参考http://linuxfromscratch.org/pipe ... ovember/000040.html |
|